/* CSS Document */
body
{
	color: #333;
	font-size: 11px;
	padding: 20px 0 40px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFCC00;
}

a
{
	color: #009900;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

