﻿.body {
	background-color: #0A0A6E;
	text-align: center;
}
.header {
	margin: 20px auto 10px auto;
	text-align: center;
	background-color: #0A0A6E;
	width: auto;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	height: auto;
}
.menu {
	border-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0A0A6E;
	width: 550px;
	text-align: center;
	height: auto;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	line-height: 25px;
	font-weight: lighter;
}
.p1 {
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #0A0A6E;
	width: 800px;
	text-align: center;
	margin-top: 45px;
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 40px;
	margin-right: 0px;
	font-weight: lighter;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	
}
a:hover {
	color: red;
	
}

.p2 {
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0A0A6E;
	width: 800px;
	text-align: center;
	margin-top: 15px;
	font-size: x-large;
}
.red {
	color: #FF0000;
}
.footer {
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #FFFFFF;
	margin: 20px auto 10px auto;
	text-align: center;
	background-color: #0A0A6E;
	width: 550px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	height: auto;
	font-size: 12px;
	line-height: 25px;
	font-weight: lighter;
}
