html {
      margin: 0;
      padding: 0;
     }

body {
      color: #ffdead;
      background-color: #606060;
      font-family: Verdana, Trebuchet, Georgia, Helvetica, serif, sans-serif, cursive, monospace, fantasy;
      font-size: .90em;
      }

#box {
             position: relative;
             width: 640px;
             height: 100%;
             margin: -3% auto auto 0;
             background-color: #000;
             padding: 1em;
             border: 2px solid #fff;
            }

 #title  {
          position: relative;
          margin: auto auto auto auto;
          font-family: Georgia;
          text-align: center;
          line-height: -1em;
         }
 
.subline  {
            color: green;
            font-size: 150%;
            font-family: Georgia;
            font-weight: bolder;
            text-align: left;
            text-decoration: underline;
           }

 #prelude {
            position: relative;
            text-align: center;
            font-style: italic;
            font-size: small;
            font-weight: bolder;
            color: #228b22;
          }

.linkbox {
          float: left;
          width: 270px;
          font-family: serif;
          padding-right: 5px;
          font-size: 140%;
          }
          
 ul {
       display: block;
       list-style-type: circle;

    }

   a  {
       color: #e8e8e8;
       text-decoration: none;
      }

  a:hover {
       text-decoration: underline;
          }

  #pic {
           float: right;
           padding: 3px 0 3px 3px;
        }

p {
   text-align: left;
   font-style: none;
   font-weight: medium;
   color: #e8e8e8;
   }

.cap:first-letter {
                    font-size: 300%;
                    font-family: Georgia;
                    float:left;
                    line-height:.8em;
                    color: #b22222;
 
                   }



  #nav {
        position: fixed;
        width: 8em;
        height: 5em;
        margin: 0.4% -5% auto 74.1%;
        border: 2px solid #fff;
        background-color: #a8a8a8;
        padding: 1.5em;
        z-index: 5;
       }

#nav a {
        font-weight: bold;
        color: #b22222;
       }

#nav a:hover {
              color: #b22222;
             text-decoration: underline;
             }
      
#ender {
        font-size: small;
        float: left;
        }