
body
{
	background-color:#000000;
	color:#ffffff;
	overflow: auto;
}

a:link
{
	text-decoration:none;
	font-family:Garamond;
	font-size:1.8em;
	color:#ffffff;
}
a:visited
{
	text-decoration:none;
	font-family:Garamond;
	font-size:1.8em;
	color:#ffffff;
}
a:hover
{
	text-decoration:none;
	font-family:Garamond;
	font-size:1.8em;
	color:#ffdede;
}
a:active
{
	text-decoration:none;
	font-family:Garamond;
	font-size:1.8em;
	color:#e7e7e7;
}
a:focus
{
	-moz-outline-style: none;
}


p
{
	font-family:Garamond;
	font-size:2em;
}

