body {
	color: #2C4B88;
	background-color:#4D4D4D;
	}
	
p {
	margin: auto;
	display:block;
	text-align:center;
	margin-top:20px;
	}
	
a:link {
	text-decoration:none;
	font-weight:bold;
	color:#4D4D4D;
}

a:visited {
	color:#4D4D4D;
}

DIV#body{
	font-family: sans-serif;
	color: #525252;
	margin-left: auto;
	margin-right: auto;
	min-height: 700px;
	background-color:black;
	border-top-color: red;
	border-left-color: red;
	border-bottom-color: red;
	border-right-color: red;
	border-width: 2px;
	width: 70%;
}

DIV#head {
	background-color:#9E9E9E;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width:70%;
	max-height:40px;
}

#head h1{
	font-family:sans-serif;
	color:#164482;
	text-align:center;
	margin-bottom:0px;
}

DIV#body img{
	display:block;
	margin-left: auto;
	margin-right: auto;
	padding-top:90px;
}

DIV#menu{
	font-family: sans-serif;
	display:block;
	margin:auto;
	max-height:50px;
	width: 70%;
	text-align:center;
	color: #686868;
}

DIV#menu table{
	width:100%;
	margin:auto;
}

DIV#menu tr td{
	background-color:#9E9E9E;
	width:30%;
}
 
DIV#menu a:hover {
	background-color:#3E5F88;
	display:block;
	font-family:sans-serif; 
}