body {
	background-color: #FFFF99;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style1 {font-size: 18px}
.style4 {
	font-size: 16px;
	color: #CC0000;
}
.style3 {
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
}
a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #CC0000;
}