body { 
font-size: medium;
font-family : arial; 
background-color : #000000; 
text-align : center; 
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;
}
.footer {
padding: 5px;
height: auto;
width: 800px;
background-color: #404040;
color: #ffffff;
text-align: center;
border-style : solid; 
border-width : 1px; 
border-color : #cdcdcd;
}
h1 { 
font-size : 130%; 
font-family : arial; 
font-weight : bold; 
color : #ffffff; 
text-decoration : underline; 
} 
h2 { 
font-size : 120%; 
font-family : arial; 
font-weight : bold; 
color : #ffffff; 
text-decoration : underline; 
text-align : center; 
} 
h3 { 
font-size : 100%; 
font-family : arial; 
font-weight : bold; 
color : #ffffff; 
text-decoration : none; 
text-align : center; 
} 
p { 
font-size : 100%; 
font-family : arial; 
font-weight : bold; 
color : #ffffff; 
} 
table { 
border-style : solid; 
border-width : 1px; 
border-color : #404040; 
width : 800px; 
border-collapse : collapse; 
text-align : center; 
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; 
}