body {
	margin : 20px; 
	padding : 20px;
	font-family: Georgia, serif; 
	border: 1px;
	color: white; 
	background-color: black;
	}
p {
	font-size: x-large;
	text-align: center;
	color: white;
	border: 0px;	
	background-color: transparent;
	margin : 1px;
	padding : 1px;
	}
p.sponsors{
	font-size: large;
}
A:link { 
	color: white; 
	text-decoration: none; 
	}
A:visited{
	color: white; 
	text-decoration: none; 
	}
A:hover  { 
	text-decoration: underline; 
	}
img {
	border:0;
	}
