body {
 font-family: sans-serif;
 text-align: center;
 background-color: black;
 color:white;
 margin: 0;
 padding: 0;
 }
 A:link {text-decoration: none;color: #666;}
 A:visited {text-decoration: none;color: #666;}
 A:active {text-decoration: none;color: #666;}
 A:hover {text-decoration: none; color: #eee;}
 img { border: none; }
