body {
	background-color: white;
	color: black;
	font-family: Arial; 
	font-size: 11pt;
}

table { border-collapse: collapse; }

a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}

h1 {
	text-align:center;
	padding: 3px;
	font-weight:bold;
	font-family: Verdana; 
	font-size: 22pt;
	color: white;
	background-color: #004ea0;
	border: black solid
}

td {
	color: black;
	font-size: 10pt;
}

.drop {
	float:left;
	font-size: 24pt;
	width: 5;
}

.rez0 {	color: black }
.rez1 {	color: orange }
.rez3 {	color: red }
.rez  {	color: red;	font-weight:bold; }
