﻿body {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 80%;
}

#mainDiv {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 620px;
}
h1 
{
	color: Green;
	font-size:125%;
	
}
h2
{
	color: Green;
	font-size:110%;
}

a {
	text-decoration: none;
	color: Green;
	border-bottom: 1px dotted Green;
}

a:hover {
	border-bottom: 1px solid Green;	
}

a.logo { text-decoration: none; border-bottom: none;}


#copyright 
{
	font-style: italic;
	text-align: center;
}

span.microsoftHeader 
{
	color: Green;
	font-style: italic;
	font-size: 80%;
}

ul li 
{
	list-style-type: none;
	display: inline;
} 