body
{
	background-color: #e8e8e8;
}
#content
{
	border: 1px dotted gray;
	padding: 10px;
	margin-left:auto;
	margin-right: auto;
	width: 591px;
	background-color: white;
	font-family: Arial;
	color: #003a63;
	font-size: 12px;
	padding: 10px;
	line-height : 20px;
	letter-spacing:1px;
}

#content h1
{
	color: #537ea2;
	font-weight: normal;
	font-size: 30px;
	border-bottom: 1px gray dotted;
	font-family: Times New Roman;
	padding-bottom: 5px;
}

#footer a
{
	color: white;
	text-decoration: none;
}

#footer
{
	padding: 5px;
	color:white;
	background-color:#003a63;
	border-top: 1px dotted gray;
	
}

