body,td,th {
	font-size: small;
	color: #333333;
}
body {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}
.style2 {font-size: small}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {color: #333333}