<style type="text/css">
h1 
{
	color:#009900;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.greybg
{
	background-color: #CCCCCC;
}

a
{
	color: green;
	font-weight: bold;
}

a:hover
{
	color: green;
	text-decoration: none;
}

#navLinks span
{
	padding: 0px 5px;
}

#navLinks a
{
	text-decoration: none;
}

#navLinks a:hover
{
	text-decoration: underline;
}

.mike 
{
	margin: 20px auto;
	width: 925px; 
	border: 1px solid #999999;
	padding: 20px;
}

</style>