body {
 font-family: Arial;
 font-size: medium;
 text-align: left;
 color: #FFFFFF;
 background: #003030;
 }p {
 font-family: Arial;
 font-size: medium;
 text-align: left;
 color: #FFFFFF;
 }a:link {
 font-family: Arial;
  text-align: left;
  text-decoration: none;
 color: #00FF00;
}table {
 font-family: Arial;
 font-size: medium;
 text-align: center;
 color: #C0C0C0;
 }td {
 color:#FFFFFF;
}th {
 background: #000000;
}h1 {
 font-family: Arial;
 font-size: large;
 text-align: center;
 color: #FFFFFF;
 text-decoration: overline;
 text-transform:  uppercase;
 font-weight: bolder;
}h2 {
 font-family: Arial;
 font-size: large;
 text-align: center;
 color: #00FF00;
 text-decoration: none;
}a:visited {
 font-family: Arial;
 color: #FFFF00;
 text-decoration: none;
}h3 {
 font-family: Arial;
 font-size: large;
 font-weight: bold;
 text-align: left;
 color: #00FFAF;
}a:hover {
 font-family: Arial;
 color:#FF0000;
 background: #FFFF00;
 text-decoration: none;
}
quote {
 font-style: italic;
}
a:active { color:#FFFF00; font-style:none;text-decoration: none; }