body {
background-color: #C0C0C0;
background-attachment: fixed;
background-image: url("bgp.gif");

}

table {
background-repeat: no-repeat

}

a:link {
color: #FFFF00;
text-decoration: none;
} 

a:visited {
color: #FFFF00;
text-decoration: none;
} 

a:hover {
color: #00FF00;
text-decoration: none
}

a:active {
color: #FFFF00;
text-decoration: none;
}

