body { color: white;
       background: black;
       text-align: center;  
       align: center; }
h1 
     { color: White; 
       font-family: arial; 
       font-size: 200%; 
       font-weight: normal;}

 a:link { color: white; }  /* for unvisited links */
 a:visited { color: white; } /* for visited links */
 a:active { color: white; } /* when link is clicked */
 a:hover { color: #a9a9a9; } /* when mouse is over link */
 a.plain { text-decoration: none; }/* Removes underline from links */
a { color: White; 
    font-family: arial; 
    font-size: 130%;}
