body {
background-color: #222222;
background-image: url("background-04a.png");
background-repeat: repeat;
background-attachment: scroll;
font-family: Verdana;
font-size: 10px;
color: #eeeeee;
}

a {
font-family: Verdana;
font-size: 100%;
color: #cc0000;
text-decoration: none;
}

a:visited { color: #990000; }
a:hover,a:visited:hover { color: #ff0000; text-decoration: underline; }
a:active { color: #ff0000; }

table {
border: #990000 2px solid;
border-radius: 5px;
)