body { 
 background-color:black ; 
 background-image: url(gene2.gif);
 background-attachment: fixed;
 background-position: center;
 background-repeat:no-repeat;
 color: darkSlateGray; 
 font-family: georgia, serif;
 /* turn off browser offsets */
 margin: 0;
 padding: 0;
 }
a {background: none;color: white; font-family: lucida handwriting, diploma}
h1,h2,h3 {background:none; color: lime; font-family:"Book antiqua", Palatino, serif;text-align: center}


p {background: none; color: yellow; font-family: "Book antiqua", Palatino, serif}
p:first-letter {background: Gold; color: red; font-size: 200%; float: left}

 font-family: Tahoma, sans-serif }
a:link { color: blue }
a:visited { color: maroon }
a:hover { background: teal } /* The order of the a pseudo-classes is important here */
a:active { color: yellow }

