a:link
      {
      color: white;
      }
    a:visited
      {
      color:white;
      }
    a:hover
      {
      color: red;
      }
    
    .smallText
      {
      font-size: 9px;
      margin-bottom: 3px;
      }
      
    .smallishText
      {
      font-size: 12px;
      margin-bottom: 3px;
      }
    
    .smallTextBlue a:link
      {
      font-size: 12px;
      margin-bottom: 3px;
      color: #6289b4;
      margin-top: 0px;
      font-weight: bold;
      }
    
    .smallTextBlue a:hover
      {
      color: red;
      }
    
    
    .commentArea
      {
      z-index:13013; 
      left: 0px; 
      top: 0px;
      width: 600px;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      font-size: 14px;
      position: absolute;
      color: #6289b4; 
      height: 600px;
      visibility: hidden;
      background-Color: white;
      }
    
    #commentViewArea  
      {
      height: 250px;
      overflow: auto;
      background-Color: white;
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 2px;
      margin-bottom: 5px;
      width: 562px;
      font-family:Verdana, Arial, Helv, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: bold; 
      } 
    
    #addAComment
      {
      height: 300px;
      }
    
    .addACommentThing
      {
      color: #6289b4; 
      font-family:Verdana, Arial, Helv, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: bold; 
      }
      
    .addACommentThing a:link  
      {
      color: red;
      }
      
    #welcome
      {
      border-style: solid;
      border-color: white;
      border-width: 3px;
      width: 600px;
      height:auto;
      color: white;
      font-family:Verdana, Arial, Helv, Helvetica, sans-serif;
      font-size: 14px;
      position: absolute;
      top: 40px;
      left: 10px;
      }
    #welcome p
      {
      font-size: 12px;
      margin-top: 0px;
      margin-left: 30px
      }
    #welcome li
      {
      font-size: 12px;
      margin-top: 0px;
      margin-left: 30px
      }
    
    
    #categories
      {
      border-style: solid;
      border-color: white;
      border-width: 3px;
      width: 600px;
      height:auto;
      color: white;
      font-family:Verdana, Arial, Helv, Helvetica, sans-serif;
      font-size: 14px;
      position: absolute;
      top: 950px;
      left: 10px;
      } 
    
    #floatingMenu
      {
      color:#6289b4;
      position:absolute; 
      width:420px; 
      height:20px; 
      z-index:13013;
      border-style: solid;
      border-left-width: 0px;
      border-right-width: 1px;
      border-top-width: 0px;
      border-bottom-width: 1px;
      background-Color: white;
      font-family:Verdana, Arial, Helv, Helvetica, sans-serif;
      font-size: 14px;
      }    
    
    #contents
      {
      position: absolute;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      color: white;
      font-family:Verdana, Arial, Helv, Helvetica, sans-serif;
      font-size: 14px;
      width: 200px;
      top: 40px;
      left: 630px;
      }    
      
    p
      {
      margin-left: 3px;
      }
      
    h1
      {
      border-width: 0px 0px 3px 0px;
      border-style: solid;
      border-color: white;
      color: white;
      font-family:Verdana, Arial, Helv, Helvetica, sans-serif;
      font-weight: bold; 
      font-size: 30px;
      text-indent: 3px;
      margin-top: 0px;
      margin-bottom: 2px;
      }
      
    h2
      {
      color: white;
      font-family:Verdana, Arial, Helv, Helvetica, sans-serif;
      font-weight: bold; 
      font-size: 18px;
      text-indent: 3px;
      margin-top: 0px;
      margin-bottom: 2px;
      }
      
     h3
      {
      border-width: 0px 0px 3px 0px;
      border-style: solid;
      border-color: #6289b4;
      font-family:Verdana, Arial, Helv, Helvetica, sans-serif;
      font-weight: bold; 
      font-size: 14px;
      text-indent: 3px;
      margin-top: 10px;
      margin-bottom: 2px;
      margin-left: 10px;
      margin-right: 10px;
      color: #6289b4;
      }
