/* CSS Document */

body{
margin-top:0px;
padding-top:0px;
background:url(../gfx/bg.jpg);
font-family:Arial, Sans-Serif;
font-size:12px;
color:#990000;
}

a{
font-size:12px;
font-weight:bold;
color:#990000;
}


a:link {
color: #990000;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}