body {
	margin: 0px auto;
	font: 77% Verdana, Tahoma, Arial, sans-serif;
	background: #cccccc;
}
#main {
	height: 100%;
	margin: 5px 100px;
	background: White;
	border: 1px solid;
	border-color: #cccccc;
}
#menu {
	background: #cccccc;
	margin: 00px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border: 1px #505050 solid;
}
#content {
padding-top : 10px;
padding-bottom : 5px;
padding-right : 5px;
height : 20%;
margin : 0px 10px 0px;
text-align : left;
}
#content p {
	color: Black;
}
p.foot {
text-align : center;
}
#menu a {
font-weight : bold;
text-decoration : none;
color : #000000;
}
#menu a:hover {
text-decoration : underline;
}
#menu a:visited {
color : #000000;
}
#head h1 {
padding-top : 25px;
padding-left : 250px;
color : #cccccc;
}
