/* CSS Document */

body {
	background-color: #9999FF;
}
body,td,th {
	font-family: Verdana;
	font-size: 13px;
	color: #003366;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}
h1 {
	font-size: 18px;
}	
h2 {
	font-size: 16px;
}	
.whitetitle {
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF;
}
.smalltext {
	font-size: 11px; 
	font-family: Verdana; 

}