/* CSS Document */

a:link {
 text-decoration: none; 
 color:  #006633;
}
 
a:visited {
 text-decoration: none; 
 color: #006633;
}
 
a:hover {
 text-decoration: underline;
 font-weight: bolder; 
 color: #009900;

 
}
 
a:active  { 
 color: #006633; 
}

 
}
 
a:active  { 
 color: #006633; 
}.navit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.leipis {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

