body {
 background: #FFFFFF url(bg.jpg);
}
.border {
 border: solid 1px #880000;
}
td {
 color: #CC0000;
}
h1 {
 color: #BB0000;
 text-align: center;
}
h2{
 color: #AA0000;
 text-align: center;
}
h3 {
 color: #990000;
 text-align: center;
}
h4 {
 color: #880000;
 text-align: center;
}
p {
 color: #880000;
 text-align: center;
}
a {
 color: #CC6600;
}
a:visited {
 color: #660066;
}
a:hover {
 color:#880000;
}
