.whitetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC6633;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: normal;
	color: #Ff9933;
}
a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

