body{ background-color: black; } 
p.first { color: #6666ff; text-align: center; } 
p.second {color: #00ff00; text-align: center; font-size: 30px; font-weight: bold; }
p.third { color: #00ff00; text-align:center; font-size: 22px; }
div.first { color: #6666ff; text-align: center; font-size: 22px; }
div.second { color: #6495ed; text-align: center; }
h3{ color: #00ff00; text-align: center; }
h6{ color: #6666ff; }
A:link { text-decoration: none; color:#9933ff 
} A:visited { text-decoration: none; color:#888888 } A:hover { text-decoration: 
none; color:#00ff00 }