* {
	font-family: "Gill Sans", "Courier New","Times New Roman", Times, serif;
	color: white;
}

body {	
	background-color: #ffffff;
	color: #ffffff;
	padding: 0px 0px 0px 0px;	
	margin: auto;
	text-align: center;
	}


#body {
	margin: auto;
	text-align: center;
}


a {text-decoration: underline;}
a:link {color:#808080;}
a:visited {color:#4D4D4D;}
a:active {color:969696;}
