body
{
background-color: #000000;
background-image: 
url('images/BF2BH.jpg');
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
}
.a:link, .a:visited
{
font-family: Georgia;
color: #ffffff;
text-decoration: none;
font-size: 500%;
}
.a:hover
{
color: #FF0000;
font-size: 500%;
text-decoration: none;
}

.a:active
{
color:  #FF0000;
font-size: 500%;
text-decoration: none;
}
.b:link, .b:visited
{
font-family: Tahoma;
color: #ffffff;
text-decoration: underline;
font-size: 100%;
}
.b:hover
{
color: #FF0000;
font-size: 100%;
text-decoration: none;
}

.b:active
{
color:  #FF0000;
font-size: 100%;
text-decoration: none;
}