@charset "UTF-8";
/* CSS Document */
body,td,th {
	color: white;
}
a:link {
	color: white;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: lavender;
}
a:hover {
	text-decoration: none;
	color: white;
}
a:active {
	text-decoration: none;
	color: white;
}
a.poplink {
	color: #8736A2;
}
a.poplink:link, a.poplink:visited, a.poplink:hover, a.poplink:active
{
	text-decoration:none;
}
.title {
	color: white;
}
.testmnl_title {
	color: white;
}
.subtitle {
	color: white;
}
.text {
	color: white;
}
.lefttext {
	color: white;
}
.centertext {
	color: white;
}
.smalltext {
	color: white;
}
.oddrow {
	background-color: #6c8ac4;
}
