body {
  background-color: #0081AC;
  min-width:720px;
  text-align:left;
  alink: #000088;
  font-family: sans-serif;
}

link {color: magenta;}

a.menu:visited {
border-style: solid;
border-width : 1px 4px 4px 1px;
text-decoration : none;
padding : 1px;
border-color : #ccc #ccc #ccc #ccc;
white-space: nowrap; 
width: 1%; 
}
a.menu:hover { border-color: #3A6EA5; }
a.menu:link {
border-style: solid;
border-width : 1px 4px 4px 1px;
text-decoration : none;
padding : 1px;
border-color : #ccc #ccc #ccc #ccc;
white-space: nowrap; 
width: 1%; 
}
a.menu:hover { border-color: #3A6EA5; }
a.hidden:visited {
border-style: solid;
border-width : 0px 0px 0px 0px;
text-decoration : none;
padding : 0px;
border-color :#DEDEDE;
white-space: nowrap; 
width: 1%; 
}

a.hidden:hover { border-color: #DEDEDE; }
a.hidden:link {
border-style: solid;
border-width : 0px 0px 0px 0px;
text-decoration : none;
padding : 0px;
border-color : #DEDEDE;
white-space: nowrap; 
width: 0%; 
}

h1  {color: brown; font-family: sans-serif; }
h2 { color: black; font-family: sans-serif; font-size: 13px;}
h3 { font-family: sans-serif; 
     color: black; 
     font-size: 20px;
   }
h4 { 
    font-family: sans-serif; 
    color: blue; 
    font-size: 25px;
}
h5 { font-family: sans-serif; color: brown; font-size: 12px;}
h6 { font-family: sans-serif; color: brown; font-size: 25px;}


#f2 {
    font-family: sans-serif; 
    color: blue; 
    font-size: 25px;
}
#f1 {
    font-family: sans-serif;
    color: black;
    font-size: 18px;
}

p {
  font-family: sans-serif; 
  font-size: 12px;
  }
ol { list-style-type: upper-roman;}
ul { list-style-type: circle; } 

    input.btnhov{
        border-color:#556B2F;
        color:#fff;
        background-color::#999999;
        font-family:"Trebuchet MS", Georgia, Verdana, serif;
        font-size:18px;
    }
    input.btn{
        border-color:#FF0000;
        color:#ggg;
        background-color:#ccc;
        font-family:"Trebuchet MS", Georgia, Verdana, serif;
        font-size:18px;
    }

form{
        text-align:left;
    }

#centerwrap {
        background:#FFFCFC;
        margin:5px auto;
        width: 80%;
        padding:5px 5px;
        text-align:left;
        border-left: 1px solid #556B2F;
        border-right: 1px solid #556B2F;
        border-bottom: 1px solid #556B2F;
        border-top: 1px solid #556B2F;
}
#content {
        background:#fff;
        margin:5px auto;
        padding:5px 5px;
        text-align:left;
        width: 80%;
}

#mainwrap {
   background: #FFFCFC;
   margin:10px 10px;
   padding:10px 20px;
   text-align:left;
   border-left: 2px solid #556B2F;
   border-right: 2px solid #556B2F;
   border-bottom: 2px solid #556B2F;
   border-top: 2px solid #556B2F;
   width: 80%;
 }

 #menu {
  padding:10px 20px;
  margin: 10px 10px;
 }

#bookmarks {

   background-image: url(backgrounds/shop_back.gif);
   margin:10px 10px;
   padding:10px 20px;
   text-align:left;
   border-left: 2px solid #556B2F;
   border-right: 2px solid #556B2F;
   border-bottom: 2px solid #556B2F;
   border-top: 2px solid #556B2F;
   width: 80%;
 }



