body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #3B3B3B;
}

.smallfont {
	font-size: 10px;
}
a:link {
	color: #0b95de;
	text-decoration: none;
}
a:visited {
	color: #0b95de;
}
a:active {
	color: #0b95de;
}
a:hover {
	color: #418787;
}

.titletext {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #076291;
}
.whitetext {
	color: #FFF;
	font-size: 9px;
}
