html, body {
	margin: 0px;
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: rgb(114, 149, 204);
}
	div#logo
{
width: 50%;
float: left;
height:auto;
margin-left: 20px;
text-align: center;
}

div#logo h1
{
	font-size: 30px;
	font-weight: bold;
	}
	
	div#content
{
margin-left: 65%;
margin-right: 20px;
margin-top: 10%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11pt; 
padding: 3em;
}

div#content h2
{
	font-size: 24px;
	font-weight: bold;
	}
	
	a:link 
	{ color: rgb(0, 255, 127);
	text-decoration: none;
	font-size: 12px;}
	a:visited { color: rgb(0, 255, 127); 
	text-decoration: none;
	font-size: 12px;}

	a:hover, a:active
{
	color: Red;
	background-color:rgb(102, 205, 170);
	text-decoration: none;
	font-size: 12px;
	}
	
	div#footer
	{
	clear: both;
	margin-top: 10px;
	}
