body
{
background-image: url("background.gif");
background-attachment: fixed;
background-position: center center;
margin: 0px;
}

a:link
{
color: #000000;
font-weight: bold;
text-decoration: underline;
}

a:visited
{
color: #000000;
font-weight: bold;
text-decoration: none;
}

a:hover
{
color: #000000;
text-decoration: none;
}