a {text-decoration: none}
a:link {color: #fdf5e6}     /* unvisited link */
a:visited {color: #fdf5e6}  /* visited link */
a:hover {color: #003366}   /* mouse over link */
a:active {color: #fdf5e6}   /* selected link */  



    a.two:link {color: #003366}     /* unvisited link */
    a.two:visited {color: #003366 }  /* visited link */
    a.two:hover {color: #000000 }   /* mouse over link */
    a.two:active {color: #000000}   /* selected link */  






textarea.test {
  width: 9cm;
  height: .56cm;
  border: none;
  color: #8b4513;
  background-color: white;
  font-family: georgia, bernhard modern roman, courier; font-size: 18;
  overflow: hidden
}

body {font-family: georgia, bernhard modern roman, courier; font-size: 16; 
      background-color: white;
      }

fieldset {background-color: #006600;}

#container { border-top: thick double #003366;
             border-left: thick double #003366;
             border-right: thick double #003366;
             position: absolute;
             top: .3cm;
             left: .2cm;
             height: 27cm;
             width: 22cm;
             
                           
           }

#headerbox {
          position: absolute;
          top:  .2cm;
          left: .2cm;
          border: 0;
          height: 5.7cm;
          width: 21cm;
          background-color: white;
         
  }
#stripe1 {
          position: absolute;
          top: .5cm;
          left: 8cm;
          
         }
#stripe2 {
          position: absolute;
          top: 1cm;
          left: 9cm;
          
         }
#stripe3 {
          position: absolute;
          top: 4.4cm;
          left: 9cm;
          
}
#stripe4 {
          position: absolute;
          top: 5cm;
          left: 8cm;
         
}
#subheader {font-size: 20;
             color:#006600;
             position: absolute;
             left: 8cm;
             top: 2cm; 
             border-bottom: thick double #080000;
             background-color: white;
          }
             
#subheader2 {
              position: absolute;
              left: 8.5cm;
              top: 3cm;
              background-color: white;
              font-size: 30;
              }
#headertext
        {
           position: absolute;
           color: #8b4513;
           left: 2cm;
           top: 5.5cm;
        }

#logo {position: absolute;
       top: .2cm;
       left: .2cm;
       background-color: white;
       }
 #sidebar
   {
     position: absolute;
     top: 6.5cm;
     left: .5cm;
     
     color: #fdf5e6;
     width: 5.5cm;
   }
 #mainbox {
      position: absolute;
      top: 6.5cm;
      left: 7cm;
      padding: .5cm;
      border: thick double #080000;  
      background-image: url('photo3lite.jpg');
      background-repeat: horizontal;
      background-position:  left; 
      width: 5in;
           }
  
 #photo1 {
      position: absolute;
      top: 18cm;
      left: .5cm;
     }
#trailer {
          position: absolute;
          top:  14cm;
          left: .5cm;
          border-top: thick double #660066;
          width: 25cm;
        }
