html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: #ffffff; 
 font-family: Helvetica, Arial Narrow, Arial, sans-serif; 
 font-size: 100%;
 color: #000000;
 }

a:link {
 color: #777777;
 text-decoration: none;
 }
a:visited {
 color: #777777;
 text-decoration: none;
 }
a:hover {
 color: #000000;
 text-decoration: underline;
}
a:active, a:focus {
 color: #777777;
 text-decoration: none;
}
h1 {
 font-size: 200%; 
 color: #000000; 
 text-align: center;
 }
h2 {
 font-size: 150%; 
 color: #000000; 
 padding-left: 15px;
 }
h3 {
 font-size: 125%; 
 color: #000000; 
 padding-left: 15px;
 }