
body, td {  font-family: Arial, Helvetica, sans-serif; font-size: 13px;  }

a{
	color : Blue;
	text-decoration : none;
}
a:visited{
	color : Purple;
}
 a:hover{
	color : #2F4F4F;
}

.nadpis{
	font-size : 16px;
	font-weight : bold;
	color : Navy;
	text-transform : uppercase;
}

.odkaz2{
	background-color : Silver;
	color : Olive;
}


