a:link  {
	color : #000000;
	text-decoration: none;
}

a:visited  {
	text-decoration: none;
	color: #232326;
}

a:active  {
	text-decoration: none;
	color: #161515;
}

a:hover {
	text-decoration: none;
        letter-spacing: 0.4em;
	color: #555555;
}

BODY  {
	font-family:		    Verdana;
	font-size: 1em;
	color:			    #000000;
	background: white url(img/topleft.png) no-repeat top left;
	margin-left: 2em;
	margin-right: 2em;
}

#header {
	margin-top: 2em;
	margin-left: 4em;
}


