body,td,th {
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
}
.rule {
	color: #FF0000;
	height: 2px;
}

