



body {
	font-family: Arial, sans-serif;
	font-size: 14pt/18pt;
	color: #8DB6CD;
	background-color:#193555;
	
}

body h2:first-letter  {color:#ffd700; font-size: larger;}


/*menu*/


.menu {
	text-align:center; background-color:ffd700;
        border-style:solid; border-width:1px; border-color:#ffd700; padding:2px; text-decoration:none;
	color: #193555;


}

.menu:link {color: #193555; text-decoration: none; background-color:#ffd700;}
.menu:visited {color: #193555; text-decoration: none; background-color:#ffd700;}
.menu:hover {color: #193555; text-decoration: none; background-color:#8db6cd; border-color:#193555;}
.menu:active {color: #193555; text-decoration: none; background-color:#8db6cd; border-color:#193555;}


/*normali links, wo also nid im menu stoend*/
.a:link {color: #8db6cd; text-decoration: none;}
.a:visited {color: #8db6cd; text-decoration: none;}
.a:hover {color: #ffd700; text-decoration: none;}
.a:active {color: #ffd700; text-decoration: none;}



img {
border:none;
}




		
	
	
