body {
color: #696969;
background-color: #000000;
}
h1 {
font-family: tahoma,serif; 
text-align: center; 
color: #ffffff; 
}
h2 {
font-family: tahoma,serif; 
text-align: center; 
color: #ffffff; 
}
h3 {
font-family: tahoma,serif; 
font-style: italic;
text-align: center; 
color: #ffffff;
}
h4 {
font-family: tahoma,serif;
font-style: italic; 
text-align: center; 
color: #ffffff; 
}
h5 {
font-family: tahoma,serif; 
font-style: italic;
text-align: center; 
color: #ffffff; 
}
p {
font-family: tahoma,serif;
text-align: left;
font-size: 13pt;
color: #ffffff;
}
a:link {
font-family: tahoma,serif;
font-weight: bold;
text-decoration: underline;
color: #500000; 
} 
a:visited {
font-family: tahoma,serif;
font-weight: bold;
text-decoration: underline;
color: #600000; 
} 
a:active {
font-family: tahoma,serif;
font-weight: bold;
text-decoration: underline;
color: #fffafa; 
}
a:hover{ 
text-decoration: none; 
font-weight: bold;
color: #f8f8ff; 
cursor: crosshair; 
}
table {
font-family: tahoma,serif; 
text-align: center; 
color: #ffffff; 
background-color: #000000;
}
tr {
font-family: tahoma,serif; 
text-align: center; 
color: #ffffff; 
background-color: #000000;
}
td {
font-family: tahoma,serif; 
text-align: center; 
color: #ffffff; 
background-color: #696969;
}
.disclaim {
font-family: tahoma,serif;
font-style: italic;
font-size: 16px;
font-weight: bold;
text-align: center;
color: #000000;
background-color: #ffffff;
}
.date {
font-family: tahoma,serif;
font-style: italic;
font-size: 13px;
font-weight: bold;
text-align: center;
color: #000000;
}
.time {
font-family: tahoma,serif;
font-style: italic;
font-size: 13px;
font-weight: bold;
text-align: center;
color: #000000;
}
.button {
margin: 1em 0;
width: 11em;
font-family: tahoma,serif;
font-size: 70%;
font-weight: bold;
}
.button a {
display: block;
width: 100%;
}
.button a:link,
.button a:visited,
.button a:hover {
color: #000000;
background-color: #ffffff;
text-decoration: none;
}
.button a:link,
.button a:visited {
border-top: 2px solid #c0c0c0;
border-bottom: 2px solid #474745;
border-left: 2px solid #c0c0c0;
border-right: 2px solid #474745;
}
.button a:hover {
color: #800000;
background-color: #ffffff;
border-bottom: 2px solid #c0c0c0;
border-top: 2px solid #474745;
border-right: 2px solid #c0c0c0;
border-left: 2px solid #474745;
cursor: crosshair;
}