/* Styles */

body {
	background-color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	color: #000000;
	
}
a:link {
	color: #6e9a43;
	text-decoration: none;
	
}
a:visited {
	color: #FF3399;
	text-decoration: none;
	
}
a:hover {
	color: #00FF00;
	text-decoration: none;
	
}
a:active {
	color: #CC00FF;
	text-decoration: none;
}