.style1 {font-size: x-small}
.style2 {
	font-size: large;
	font-weight: bold;
}
.style4 {font-size: x-large; font-weight: bold; }
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #003300;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #006699;
}
a:active {
	color: #006699;
}
body {
	background-color: #D10B27;
}
