body {
margin : 30px; 
padding : 0; 
background : #FFFFFF; 
text-align : center; 
} 
A:link, A:visited {
	color: #000000;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
h1 {
font-size: 17px;
}
#content {
width : 775px;
margin : 0 auto; 
border : 0; 
text-align : center; 
max-width : 775px; 
color: #E8E8E8;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
} 

ul, li {
	list-style: none;
}

