/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #777777;
}
body {
	background-color: #FFFFFF;
	margin-left: 150px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.title {font-size: 28pt}
.text {font-size: 20px; color: #5B5B5B;}
.itemtext{font-size: 14px}
.svetlo {color: #CCCCCC}
.tamnije {color: #999999}
.tamno {color: #000000}
.opis {color: #F5F5F5}
.subtitle {font-size: 22pt}
a:link {color: #777777; text-decoration: none;}
a:active {
	color: #777777;
	text-decoration: line-through;
}
a:hover {
	color: #999999;
	text-decoration: line-through;
}
a:visited {
	color: #999999;
	text-decoration: none;
}

.link {
	color: #777777;
	text-decoration: none;
}
.link:link {
	color: #777777;
	text-decoration: none;
}
.link:hover {
	color: #999999;
	text-decoration: line-through;
}

.malilink {
	font-size: 14px;
	color: #777777;
	text-decoration: none;
}
.malilink:link {
	color: #777777;
	text-decoration: none;
}
.malilink:hover {
	color: #999999;
	text-decoration: line-through;
}