/* CSS Document */

hr {
	color: #FFFFFF;
}
body,td,th {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #990066;
}
body {
	background-color: #80A0C8;
}
<!--
.style2 {
	color: #FFFFFF;
}
.style3 {
	font-size: 10px;
	line-height: 12px;
}
.style4 {
	color: #28A27A;
}
