
<style type="text/css">
A:link
{ text-decoration: none;
 color:#ff6600; }
A:visited
{ text-decoration: none;
 color:#ff3300; }
A:active
{ text-decoration: underline; 
 color:#ffff00; }
A:hover 
{ text-decoration: line-through; 
 color:#0066ff; }

body 
{ background-color: #000000;
background-image: url("SB.JPG");
background-repeat: repeat;
background-attachment:scroll;

font-family: Arial; 
color: #EBEB65 ; 
letter-spacing: 1pt; 
font-weight: normal; 
font-size: small; 

  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
</style>