/* mystyles.css

Created by:  David Fourney
Date:  December 28, 2006
*/

   body
   {
   color:white;
   background-color: white;
   font-family:'Trebuchet', 'Arial', 'Helvetica', sans-serif;
   }
   
   img 
   {
   display: none;
   }
   
   A:link
   {
   color: white;
   }
   
   A:visited
   {
   text-decoration: none;
   color: white;
   }

   A:active
   {
   text-decoration: none;
   color: white;
   }
   
   A:hover
   {
   text-decoration: underline;
   color: white;
   }
   
   .boldtable, .boldtable TD, .boldtable TH
   {
   font-family:'Trebuchet', 'Arial', 'Helvetica', sans-serif;
   color:#000066;
   }

   ol
   {
   list-style-type: decimal;
   list-style-position: outside;
   }

   h1
   {
   font-size:150%;
   font-variant: small-caps;
   }

   h2
   {
   font-size:115%;
   }

   h3
   {
   font-size:105%;
   font-style:italic;
   position:relative;
   left:25px;
   }

   .smalltext
   {
   font-size:80%;
   }

   .code
   {
   font-size:100%;
   font-family:"Courier New", Courier, monospace;
   color:#000066;
   }

   .keycap
   {
   background-color:#EAE9D7;
   border-top:#F5F8ED solid 2px;
   border-left:#eeeeee solid 2px;
   border-right:#A4A585 solid 2px;
   border-bottom:#A4A585 solid 2px;
   color:#000000;
   padding:1px;
   font-weight:bold;
   font-family:Arial, Helvetica, sans-serif;
   }

   #menu ul
   {
       margin: 0;
       padding: 0;
       list-style-type: none;
       list-style-image: none;
   }
   
   #menu li
   {
       display: inline;
   }

   /*form elements*/
   input
   {
       color:white;
       background-color:white;
       border:0;
       padding:0;
   }
      
   fieldset
   {
       color:white;
       border:0;
       padding: 0;
   }
   
