BODY { background: #a0aafa; color: #ffff00 } 
P { font-family: Arial, sans-serif }
A:link { color: #00ff00 } /* unvisited link */
A:visited { color: #00ffff} /* visited links */ 
A:active { color: #ff00ff } /* active links */ 
a:hover{color:yellow; text-decoration:underline; }
