body
{
   background-color: #ffffff;
   background-position: top left;
   margin-left: 90px;
   margin-right: 90px;
   font-size: 12px;
   font-family: geneva, arial, helvetica, sans-serif;
}

H1
{
   text-shadow: 3px 3px #aaa;
}

a:link
{
	text-decoration: none;
}
a:link img
{
	border-style: none;
}
a:visited
{
	color: purple;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
hr 
{
	border: 0;
	width: 100%;
	background-color: black;
	height: 1px;
}
