body{
 margin: 0;
 padding: 0;
 background-image: url(../images/background.gif); 
 background-repeat: repeat; 
 background-attachment: fixed; 
}

a:link{
 color: #990000;
 text-decoration: none;
}

a:visited{
 color: #996600;
 text-decoration: none;
}

a:hover{
 color: #0066cc;
 text-decoration: underline;
}
