
a {
 font-family: Arial;
 font-weight: bold;
 color: #FF0000;
 text-decoration: none;
}
a:visited {
 font-family: Arial;
 font-weight: bold;
 color: #FF0000;
 text-decoration: none;
}
a:hover {
 font-family: Arial;
 font-weight: bold;
 color: #FFFFFF;
 text-decoration: none;
}
h1 {
 font-family: Arial;
 font-size: 20pt;
 font-weight: bold;
 text-align: center;
 color: #FFFFFF;
}
h2 {
 font-family: Arial;
 font-size: 14pt;
 font-weight: bold;
 text-align: center;
 color: #FFFFFF;
}
h3 {
 font-family: Arial;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 color: #FFFFFF;
}
body {
 font-family: Arial;
 font-size: 10pt;
 color: #FFFFFF;
 background: #000000;
}
td {
 font-family: Arial;
 font-size: 10pt;
 color: #FFFFFF;
}