      img
        {
        border: 0;
        padding: 0;
        margin: 0;
        }
      
      body
        {
        padding: 0;
        margin: 0;
        background-color: #C6C6C6;
        }
      
      table
        {
        margin-top: 0;
        }
      
      form
        {
        display: inline;
        }
            
      table#main
        {
        margin: 5px;
        }
    
      div#nav, div.permalink
        {
        display: block;
        margin: 5px;
        border: 1px solid black;
        background-color: #C3CBC5;
        }

      div#nav
        {
        padding: 5px;
        }

      td#content
        {
        padding: 5px;
        background-color: white;
        background-position: bottom right;
        background-repeat: no-repeat;
        }

      div.permalink
        {
        height: 25px;
        border: 0;
        border-bottom: 1px solid black;
        background-repeat: no-repeat;
        }

      div.permalink div
        {
        padding: 2px;
        margin-left: 12px;
        border: 1px solid black;
        border-left: 0;
        border-bottom: 0;
        text-align: center;
        }

      div#nav a, div.permalink a
        {
        color: black;
        padding: 5px;
        font-weight: bold;
        text-decoration: none;
        }  
      
      div#nav a:hover, div.permalink a:hover
        {
        text-decoration: underline;
        }
      
      div#topNav
        {
        margin-top: 2px;
        text-align: center;
        }
      
      div#topNav a
        {
        margin-left: 10px;
        color: black;
        text-decoration: none;
        font-weight: bold;
        }
  
      div#topNav a:hover
        {
        text-decoration: underline;
        }
    
      div#contact
        {
        margin-bottom: 5px;
        padding-right: 10px;
        text-align: right;
        color: black;
        font-weight: bold;
        }
    
      div#search
        {
        float: left;
        }