body { background-color: #000000; text-align: center; }
h1 {font-size: 180%; font-family: arial; font-weight: bolder; color: #FFFFFF; text-decoration: underline; }
h2 {font-size: 120%; font-family: arial; font-weight: bold; color: #FFFFFF; text-decoration: underline; text-align: center; }
p { font-size: 100%; font-family: arial; font-weight: bold; color: #FFFFFF; }
.header {
padding: 5px;
height: auto;
width: 800px;
background-color: #404040;
color: #ffffff;
text-align: center;
border-style : solid; 
border-width : 1px; 
border-color : #cdcdcd;
}
table { border-style: solid; border-width: 1px; border-color: #808080; width: 800px; border-collapse: collapse; text-align: left; font-size: 100%; font-family: arial; font-weight: bold; color: #FFFFFF; }
td { border-style: solid; border-width: 1px; border-color: #404040; padding: 5px; }
a:link { 
text-decoration : none; 
color : #99ccff; 
} 
a:visited { 
text-decoration : none; 
color : #ccccff; 
} 
a:hover { 
text-decoration : underline; 
color : #99ccff; 
font-style : italic; 
} 
a:active { 
text-decoration : none; 
color : #80ff80; 
}