body {
 	background-color: #000000;
}
h1 {
 	font-family: Georgia;
 	font-size: 15px;
 	color: #FF5050;
 	weight: bold;
}
p {
	font-family: Georgia;
	color: #FFFFFF;
}
.lnk {
	font-family: Georgia;
	color: #ff5050;
	font-weight: bold;
}
.title {
	font-family: Georgia;
	color: #ff5050;
	font-weight: bold;
}
.logo {
	 font-family: Copperplate Gothic Light;
	font-size: 16px;
	color: #FFFFFF; 
}
a:link {
  	color: #FF5050; 
 	 text-decoration: none; 
}  
a:visited {
 	 color: #FF5050; 
	  text-decoration: none; 
}
a:hover {  
	  color: #FF5050; 
 	 text-decoration: underline; 
	  font-style: italic;
	  font-weight: bold;
 }
 img {
 	border: 0;
 }