@charset "utf-8";
/* CSS Document */

html
{
	overflow-y: scroll;
}
body 
{
	margin-top: 0px;
}

#header
{
	background-color:#ffffff;
}

#content 
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#footer
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:visited {
	color: #330000;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #330000;
}

