﻿body {
	margin: 5px;
	background-color:#660000;	
	padding: 0px;
	margin:0px;
	}
#menu {
	margin: 5px;
	border: 1px white solid;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	height: 120px;
	max-height:120px;
}

#container {
	background-position:center;
	text-align:center;
	width: 760px;
}
.normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:black;
}

a.homepage:link 	{	text-decoration:none;  		font-family: "Century Gothic";  	color: #608E3A; }
a.homepage:visited 	{	text-decoration:none; 		font-family: "Century Gothic";  	color: #608E3A; }
a.homepage:hover 	{	text-decoration:underline; 	font-family: "Century Gothic";  	color: gold; }
a.homepage:active	{	text-decoration:none; 		font-family: "Century Gothic";  	color: #608E3A; }