body {
background-color: #FFFFFF;
background-image: url("bg.gif");
background-repeat: repeat;
color: #000000;
margin-top: 0; 
margin-bottom: 0; 
margin-left: 90; 
margin-right: 0;
padding-left: 0;
padding-right: 0;
} 

h1 {text-decoration: underline; color: #000000}
h2 {text-decoration: underline; color: #FFFF00}
h3 {text-decoration: underline; color: #000000}
h4 {text-decoration: underline; color: #FFFF00}
h6 {font-size: 13; color: #FFFF00}


A:link {color:#0000FF; font-weight: bold}
A:hover {color:#FF0000; font-weight: bold}
A:visited {color:#0000FF; font-weight: bold}
A:visited:hover {color:#FF0000; font-weight: bold}
A:active {color: #4040FF; background-color: #FFFF00; font-weight: bold}

#info {
position: absolute;
margin-left:-90;
text-align: left;
padding: 0;
font-size: 16;
color: #000000;
font-family: Arial;
}

