body { background-color: #cccc99;
       font-family: Skia, Verdana, Helvetica, Arial, sans-serif;
       color: #000000 }

div { padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px }

div.top { position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 50px }

div.title { position: absolute;
          top: 50px;
          left: 160px;
          right: 10px;
          height: 30px;
          font-size: 180%;
          color: #666666;
          background-color: #cccccc }

div.navtop { position: absolute;
          top: 30px;
          left: 0px;
          width: 150px;
          height: 25px;
          background-color: #666633 }

div.navmain { position: absolute;
          top: 55px;
          left: 0px;
          width: 150px;
          height: 250px;
          background-color: #666633 }

div.navend { position: absolute;
          top: 305px;
          left: 0px;
          width: 150px;
          height: 25px;
          background-color: #666633 }

div.main { position: absolute;
          top: 80px;
          left: 160px;
          right: 10px;
          padding: 5px;
          background-color: #ffffff }

a { font-weight: bold }
a:link {color: #666633}
a:visited {color: #333300}
a:active {color: #666666}
a:link, a:visited, a:active { text-decoration: none }
a:hover {color: #000000;
              text-decoration: underline}

a.front { font-size: 250%;
          font-weight: normal }

a.nav { font-size: 160%;
        font-weight: normal }
a.nav:link {color: #ffffcc}
a.nav:visited {color: #cccccc}
a.nav:active {color: #ffffff}
a.nav:hover {color: #ffffff;
              text-decoration: underline}

.b {font-weight: bold}
.i {font-style: italic}
.ns_title {font-size: 180%;
           color: #666666;
           font-family: Skia, Verdana, Helvetica, Arial, sans-serif;
}


