body {
background-image: url(bg.jpg);
background-attachment: scroll;
background-repeat: repeat;
}

body, p, span, div, td {
color: #ffffff;
font-family: Trebuchet MS;
font-size: 11px;
text-align:justify;
padding: 3px; 

}

a:link, a:visited, a:active{
color: #ffffff;
text-decoration:underline;
cursor:default;
}

a:hover {
color: #e70021;
background-color: #ffffff;
text-decoration:underline;
cursor:default;
}


