body, html{
background: url('bg3.jpg');
background-attachment: fixed;
font-family: "Arial";
color: white;
font-size: 11px;
padding: 0px;
margin: 0px
}
h1{ 
font-size: 14px;
font-family: Arial;
color: white;
border-bottom: 1px solid white;
margin-bottom: 5px;
}
a:hover{
font-family: "Arial";
color: white;
font-size: 10px;
text-decoration: none;
}
a:link, a:active, a:visited{
font-family: "Arial";
color: white;
font-size: 10px;
text-decoration: none;
background-color: #1B904E;
}