
body {
  font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}

a.menu:link{ color: #FFFFFF; text-decoration:none; font-size: 15px; font-weight:bold;letter-spacing:1px; }
a.menu:visited{ color: #FFFFFF; text-decoration:none; font-size: 15px; font-weight:bold; letter-spacing:1px;}
a.menu:active { color: #FFFFFF;  text-decoration:none; font-size: 17px; font-weight:bold; letter-spacing:1px;}
a.menu:hover { color: #FFEBEB; text-decoration:none; font-size: 17px; font-weight:bold; letter-spacing:1px;}

a.topmenu:link{ color: #FFFFFF; text-decoration:none; font-size: 12px; font-weight:bold;letter-spacing:1px; }
a.topmenu:visited{ color: #FFFFFF; text-decoration:none; font-size: 12px; font-weight:bold; letter-spacing:1px;}
a.topmenu:active { color: #FFFFFF;  text-decoration:none; font-size: 13px; font-weight:bold; letter-spacing:1px;}
a.topmenu:hover { color: #FFEBEB; text-decoration:none; font-size: 13px; font-weight:bold; letter-spacing:1px;}

a.button:link, a.button:visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	background-color: #CC0000;
	color: #ffffff;
	text-align: center;
	padding-top: 6px;
	height: 26px; 
	width: 100%;
	text-decoration: none;
}

a.button:hover, a.button:active {
	background-color: #FFFFCC;
	text-decoration: none;
	color: #CC0000;
}


