body {
	background-color: #999999;
	background-repeat: repeat-x;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style7 {color: #FFFFFF; font-size: 16px; font-weight: bold;}

.class1 A:link {text-decoration: none; color: #666666;}
.class1 A:visited {text-decoration: none; none; color: #666666;}
.class1 A:active {text-decoration: none; none; color: #666666;}
.class1 A:hover {text-decoration: underline; color: red;}

.redStyle {color: #FF0000}