html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 0.95em;
}
#menu_main {
	font-size: 1.05em;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	}
#menu_main a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;

}
#menu_main a:visited  {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
#menu_main a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


#menu_bottom {
	font-size: 0.7em;
	color: #FFFFFF;
	}
#menu_bottom a:link {
	color: #FFFFFF;
	text-decoration: none;

}
#menu_bottom a:visited  {
	color: #CCCCCC;
	text-decoration: none;
}
#menu_bottom a:hover  {
	color: #FFFF33;
	text-decoration: none;
}
