body {
	background-color: #08306D;
}
body, tr, td, table {
	font-family: Tahoma;
	font-size: 11px;
	color: White;
}
a,a:link,a:visited{
	color: Yellow;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	color: White;
	text-decoration: none;
	font-weight: bolder;
}
.menu {
	font-variant: small-caps;
}
INPUT, SELECT, OPTION, TEXTAREA 
{	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	background-color: #E6E6FA;
	margin: 2px;
}
.opis {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bolder;
	color: White	
}