body {
	background-color: #000000;
	margin: 0 auto;
	width: 760px;
}
h1 {
 	font-family: Georgia;
 	font-size: 15px;
 	color: #FF5050;
 	weight: bold;
}
h2 {
 	font-family: Copperplate Gothic Bold;
 	font-size: 20px;
	color: #FFFFFF;
	align: center;
}
a:link {
  	color: #FF5050; 
 	 text-decoration: none; 
}  
a:visited {
 	 color: #FF5050; 
	  text-decoration: none; 
}
a:hover {  
	  color: #FF5050; 
 	 text-decoration: underline; 
	 font-weight: bold;
}
p {
	font-family: Georgia;
	color: #FFFFFF;
	text-align: left;
}
.lnk {
	font-family: Georgia;
	color: #ff5050;	
	text-align: center;
	font-weight: bold;
}
.title {
	font-family: Georgia;
	color: #CC0000;
	font-weight: bold;
	text-align: left;
}
.logo {
	 font-family: Copperplate Gothic Light;
	font-size: 16px;
	color: #FFFFFF; 
}
#header {
 	width: 760px;
 	text-align: center;
 }
#content1 {
	float: left;
	width: 760px;
}
#footer {
	clear: both;
	width: 760 px;
	text-align: center;
}
