body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background color: #FFFFFF;
	text-align:left;
}

a:link {
	color: #00AEEF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00AEEF;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #00AEEF;
}

.orangetext {
	color: #F7941D;
	font-weight:bold;
}