BODY {
    font-family : Arial, Helvetica, sans-serif;
    font : small Arial, Helvetica, sans-serif;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    text-align : justify;
    background : #663300;

}

A:LINK {
    color : blue;
    text-decoration : none;
    font-weight : bold;
}

, A:VISITED{
    color : green;
    text-decoration : none;
    font-weight : bold;
}

A:HOVER {
    color: White;
    font-weight: bold;
    text-decoration: none;
    color: red;
    font-weight: bold
}

H1   {
    color :CC6633;
    font-family : Arial, Helvetica, sans-serif;
    font-size :24px;
    display : inline;
}

H2   {
    color : black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    display : inline;
}

H3    {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 18px;
    font-style : italic;
    font-weight : bold;
    color : navy;
    display : inline;
}

H4   {
    color : RED;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 16px;
    display : inline;
}

H5   {
    color : black;
    font: 12px Arial, sans-serif;
    display : inline;
}
H6   {
    color : silver;
    font: 12px Copperplate Gothic Bold;
    display : inline;
}
HR {
    color: #330099;
    background : Red top;
}

UL {
    font-style : normal;
    font-weight : normal;
}
blockquote {
    text-align : justify;
    font-family : Arial, Helvetica, sans-serif;
    font: 12px Arial, sans-serif;
    color : #333333;
}
.inset {
    font-style : normal;
    font-weight : normal;
    border-left : inset;
    border-right-style : inset;
    border-top : inset;
    border-bottom-style : inset;
}

.outset {
    border-left : outset;
    border-right-style : outset;
    border-top : outset;
    border-bottom-style : outset;
}

.just {
    text-align : justify;
}

div#content {
    position: relative;
    font-family : Arial, Helvetica, sans-serif;
    font: 12px Arial, sans-serif;
    color : #cccccc;
    z-index: 100;
    text-align : center; }

div#menu {
    position: relative;
    top: 0;
    left: 0;
    width: 640px;
    height: 14px;
    font: 12px Arial, sans-serif;
    z-index: 100;
    text-align : right; }

div#menu a {
   display: inline; 
   text-align: left; 
   font: bold 1em sans-serif; 
   padding: 5px 10px; 
   margin: 0 0 1px; 
   border-width: 0; 
   text-decoration: none; 
   color: red; }

div#menu a:hover {color: white; background: blue; }

div#menu a span {display: none;}

div#menu a:hover span {
    display: block;
    position: absolute;
    top: 0px;
    left: 50;
    width: 110px;
    padding: 2px;
    margin: 5px;
    z-index: 100;
    color: white;
    font: 12px Arial, sans-serif;
    text-align: left;
}

    TD.navoff {
      BORDER-RIGHT: #000000 thin outset; 
      PADDING-RIGHT: 5px; 
      BORDER-TOP: #ffffff thin outset; 
      PADDING-LEFT: 5px; 
      FONT-WEIGHT: bold; 
      FONT-SIZE: 85%; 
      background-color: #cccccc; 
      PADDING-BOTTOM: 4px; 
      VERTICAL-ALIGN: middle; 
      BORDER-LEFT: #ffffff thin outset; 
      PADDING-TOP: 4px; 
      BORDER-BOTTOM: #000000 thin outset; 
      WHITE-SPACE: nowrap; 
      TEXT-ALIGN: center;
      font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
      COLOR: #000000;
    }
    TD.navon {
      BORDER-RIGHT: #ffffff thin outset;
      PADDING-RIGHT: 4px; 
      BORDER-TOP: #000000 thin outset; 
      PADDING-LEFT: 6px; 
      FONT-WEIGHT: bold; 
      FONT-SIZE: 85%; 
      background-color: #ffff00; 
      PADDING-BOTTOM: 3px; 
      VERTICAL-ALIGN: middle; 
      BORDER-LEFT: #000000 thin outset; 
      COLOR: #000000;
      PADDING-TOP: 5px; 
      BORDER-BOTTOM: #ffffff thin outset; 
      WHITE-SPACE: nowrap; 
      TEXT-ALIGN: center; 
      font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
      COLOR: #ffffff;
    }
    TD.nav {
      BORDER-RIGHT: #000000 thin outset; 
      PADDING-RIGHT: 5px; 
      BORDER-TOP: #ffffff thin outset; 
      PADDING-LEFT: 5px; 
      FONT-WEIGHT: bold; 
      FONT-SIZE: 100%;
      background-color: #ffffff; 
      VERTICAL-ALIGN: middle; 
      BORDER-LEFT: #ffffff thin outset; 
      BORDER-BOTTOM: #000000 thin outset; 
      FONT-FAMILY: Arial, sans-serif; WHITE-SPACE: nowrap; 
      TEXT-ALIGN: center; 
      font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
      COLOR: #ffffff;
    }
    A.menu:link    {COLOR: #000000; font-weight: bold; text-decoration: none;}
    A.menu:visited {COLOR: #000000; font-weight: bold; text-decoration: none;}
    A.menu:active  {COLOR: #999999; font-weight: bold; text-decoration: none;}
    A.menu:hover   {COLOR: #000000; font-weight: bold; text-decoration: none;}