.menu {
	font-size: 20; 
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: px;
	padding-left: 10px;
}
.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.body {
      	font-family: "Courier New", Courier, monospace;
      	padding: 25px;
      	background-color: #eee;
       font-size: 13px;
}
amenu:hover, amenu:link, amenu:visited, amenu:active
{
         text-decoration: none;
         color: #eee;
}