body {
 font-family: serif;
 color: #FFFFFF;
 background: #000000;
}

h1 { text-align: center;}

a { color: #ff3333; text-decoration: none;}
a:hover { color: #ff9999; }

p.center { text-align: center;}
p.text {
 font-family: sans-serif;
 font-size: small;
 text-align: left;
 color: #ffffff;
 background: #000000;
 border-top: 1px solid #cc0000;
 padding: 5px;
}
p.text a { color: #ff3333; }
p.text a:hover { color: #ff9999; }
p.text a.black {
 color: #ffffff;
 text-decoration: none;
}
