body {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	background-color: #FFFFFF;

}
.rollover {
	background-color: #9999FF;
	font-family: Arial, Helvetica, sans-serif;
}
.plain {
	font-family: Arial, Helvetica, sans-serif;
	color: #9999FF;
}
a:link {
	color: #3366cc;
	text-decoration: underline;
}
a:visited {
	color: #3366cc;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #3366cc;
	text-decoration: none;

}
a:active {
	color: #990000;
}
