a:link { text-decoration:underline; color: blue }
  a:visited { text-decoration:underline;color: #000000 }
  a:hover { text-decoration:underline; color: red }
  a:active { text-decoration:none }
  a img {border: none; } 


<!--
body {

width: 1000px;
margin:0 auto;
margin-top: 10px;
background-color:#808000;

background-image: 
url('images/.gif');
background-repeat: repeat;
background-attachment:fixed;
font-family:"Times New Roman",Times,serif;

font-size:17px;color: #000000;

}

input.btn {   
color:#000000;   
font:  65% 'Times New Roman',Times,serif;
background-color: #ff9900;   
} 

td { 
width: 930px;
background-color:#ff9900;
border-color: #000000; 
border: thin solid #000000;
padding: 20px;
height: 10px;
vertical-align: top;
}



table.center {margin-left:auto; margin-right:auto;}



h1 {text-align:center;font-size:250%;font-weight: normal;}
h2 {text-align:center;font-size:120%;font-weight: normal;}
h3 {text-align:center;font-size:120%;font-weight: normal;}


hr {
text-align:center;
border: 0;
color: #808080;
background-color: #808080;
height: 2px;
width: 25%;
}

 div#wrapper {
width: 93%;
text-align:left;
background-image: 
url('images/.gif');
background-repeat: repeat;
background-attachment:fixed;
background-color:#808000;
margin-top: 50px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;
border: thin solid #808000;
}



blockquote {
 border : none;
 width: 750px;
 margin-left: auto;
 margin-right: auto;
 padding: 10px;
 background-color:transparent ;
 
 }




div#main {
text-align: left;
margin-left: 10px;
margin-right: 10px;
margin-top: 1px;
padding: 10px;}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

div#sitemap {
}

div#footer {
text-align:center;
padding: 15px;
margin: 0px;
border-top: thin solid #808000;
}

div#footer ul li{
color : maroon;
background-color : transparent;
display: inline;
}

div#footer ul li a{
color : #808000;
background-color : transparent;
text-decoration : none;
}

div#footer ul li a:hover{
text-decoration : none;
}


