#wrapper {
width:795px; /*this is a good width to use in case your users still use 800x600 resolutions*/
margin:0 auto; /*this is how you center it*/
text-align:center; /*this makes IE6 center the div - IE6 doesn't behave very well*/
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: Underline;

}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFOO;
	text-decoration: underline;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}


