#mainmenu a:link, #mainmenu a:visited, #mainmenu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	line-height:2em;
	text-transform: uppercase;
}
#mainmenu a:hover {
	color: #00FF00;
}
#footer a:link, #footer a:visited, #footer a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.7em;
	margin-left: 30px;
}
#footer a:hover {
	color: #00FF00;
}

