body {
	background-color:#ffffff;
	color:#000000;
	text-align:center;
        font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	}
	
#content{
	margin-top:30px;
	}

a:link{
		color: #000000;
		text-decoration:none
		}
		
a:visited{
		color: #000000;
		text-decoration:none
		}
		
a:hover{
		background: #000000;
		color: #ffffff;
		text-decoration:none
		}