body{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt;
color: white;
background-color: black;
}


#left {
	float: left;
	width: 200px;
	margin-left: 35px;
	padding: 55px;
}




#right {
	float: right;
	width: 200px;
	margin-right: 35px;
	padding: 55px;
}


#center{
	margin-left: -500px;
	margin-right: -500px;
	margin-bottom: 350px;
}

a{
font-weight: bold;
text-decoration: none;
color: white;
}

a:hover {
	color: white;
	cursor: pointer;
text-decoration: none;
}

a:visited{
color: white;
text-decoration: none;
}


