body,p,div {
             background-color: black;
             color: white;
             font-family: Helvetica, Verdana, Arial;
             font-size: 14px;
             line-height: 18px;
             letter-spacing: 1px;
         }

#level1con {
          border-color: white;
          border-top-style:solid;
          border-width:1px;
          letter-spacing:4px;
          font-weight: bold;
          text-align: left;
          }

#level2con {
          border-color: white;
          border-top-style:solid;
          border-bottom-style:dashed;
          border-width:1px;
          letter-spacing:3px;
          }

#level3con {
          border-color: white;
          border-bottom-style:dotted;
          border-width:1px;
          letter-spacing:2px;          
          }

#content { 
           border-right: solid;
           border-left: solid;
           border-width: 1px;
           }

#middlecon { 
          margin-top:10px;
          border-left: dashed;
          border-right: dashed;
          border-width:1px;
          padding:10px;
          margin-right:170px;
          margin-left:170px;
          }

#leftcon { 
        margin-bottom:10px;
        width:150px;
        padding-left: 10px;
        padding-right: 10px;
        float:left;
        }

#rightcon {
         margin-bottom: 10px;
         width:150px;
         padding-left:10px;
         padding-right:10px;
         float:right;
        }

#post h1 { 
        border-bottom: dotted;
        border-width: 1px;
        }

a { 
    color: GreenYellow;
    font-weight: bold;
    text-decoration: none;
    }

h6 { /* used as a ruler */
     border-bottom: dotted;
     border-width: 1px;
     }

small { 
        font-size: 10px;
        }

#footer { 
          text-align: center;
          font-size: 10px;
          }

#nav { 
       border-top-style: solid;
       border-bottom-style: solid;
       border-left-style: dotted;
       border-right-style: dotted;
       border-color: white;
       border-width: 1px;
       float: right;
/*       text-align: right;/*
       }
