body
{
	margin-top: 2%;
	margin-bottom: 2%;
	font-family: verdana, arial;
	font-size:70%;
}
#header
{
	background: white;
	color: black;
	font-size: 10pt;
        text-align: left;
}
#menu
{
	background:lightblue; 
	vertical-align: middle;
        text-align: center;
	color: blue;
	font-size: 10pt;
}
#content
{
	background: white;
	vertical-align: top;
	color: black;
	font-size: 10pt;
        padding: 2%;
}
#footer
{
	background: dodgerblue;
	color: white;
	font-size: 8pt;
	vertical-align: middle;
        text-align: center;
	
}
a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: blue;
}
a:hover
{
	color:red;
	text-decoration: underline;
}

table
{
	border: 1px solid dodgerblue;
}
