/* ********************************************** */
/* ******** Sex Links A-Z Style Sheet *********** */
/* ********************************************** */

body {
background:#414040; 
color:#FF0000; 
font-family:georgia; 
font-size:18px;
} 

h1 {
font-size:56px; 
font-weight:400;
} 

A:link {
text-decoration: none; 
color:#ffcc00;
} 

A:visited {
text-decoration: none; 
color:hotpink;
} 

A:active {
text-decoration: none;
} 

A:hover {
text-decoration: none; 
color:#000000;
} 
