/* CSS Document */

body {
	background-image: url(images/bg2.gif);
	margin-top: 40px;
	font-size: 12px;
}
body,td,th {
	color: #eaeeff;
	font-family: Courier New, Courier, monospace;
}
a:link {
	color: #9DB0FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9DB0FF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #9DB0FF;
}
.invisible {
	font-size: 9px;
	color: #4B5E9C;
}
.naslov {
	font-size: 36px;
	font-weight: bold;
}
.copyright {font-size: 12px}
a.menu_link:link, a.menu_link:visited {
	display: block;
	color:#eaeeff;
	font-size: 16px;
}
a.menu_link:hover {
	background-color:#eaeeff;
	color: #2c388e;
	font-size: 16px;
}
.button {
	padding: 2px 5px 2px 5px;
	border: solid 1px #eaeeff;
	background-color: #2c388e;
	color: #eaeeff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.plavo {color: #0099FF}