a:link{
color: #000000;
font-weight: bold;
text-decoration:underline;
cursor:default;
}

a:visited{
color: #000000;
font-weight:bold;
text-decoration:underline;
cursor:default;
}

a:hover{
color: #000000;
font-weight:bold;
text-decoration:underline;
cursor:default;
background-color:ffff00;
}

a:active{
color: #000000;
font-weight: bold;
text-decoration:none;
text-decoration:none;
cursor:default;
}


h1{
font-size:26;
color:#000000;
font-family:"courier";
font-weight:regular;
background-color:#000000;
}

h2{
font-size:26;
color:#000000;
font-family:"courier";
font-weight:bold;
text-decoration:NONE;
}


table{
font-size:22;
color: #000000;
font-family:"courier";
font-weight:bold;
text-align:left;
}


body{
background-image: url("bg1.gif"); background-color: #cccccc;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}