
body{
font-family: Verdana;
font-size:12px;
color:#FFFFFF;

margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000099;
}

.style1 {color: #FFFFFF}

a:link {
	color: #FF0000;
	text-decoration: none;
	border: 0;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
	border: 0;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	border: 0;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	border: 0;
}

a.bullet:link {
	color: #FF0000;
	text-decoration: none;
	border: 0;
}
a.bullet:visited {
	text-decoration: none;
	color: #FF0000;
	border: 0;
}
a.bullet:hover {
	text-decoration: underline;
	color: #FF0000;
	border: 0;
}
a.bullet:active {
	text-decoration: none;
	color: #FF0000;
	border: 0;
}

.bullet {font-size: 9px; color: #FF0000;}
.title {font-size: 16px; font-weight:bold}
.paragraph {font-size: 12px}
.question {font-size: 12px; font-weight: bold;}
.pagetitle {font-size: 18px; }
.copyright {font-size: 9px;}
.highlight {background-color:#FF3333;}