/*   Bike Page Cascading Style Sheet psecifications.
     bike.css
     Dennis@Struck.us   */


   a:link    {color:Green;}
   a:visited {color:Green;}
   a:active  {color:Green;}
   a:hover   {color:Red;}
   a:focus   {color:Red;}

   /* #EEFFEE is Light Green, #66CC66 is plain Green  
            - trial colors #FFFAFA #FFFFEE */

   body      {background-color:#FFFFFF; margin-right:20px;
              background-attachment:fixed; 
              font-family:Verdana, Arial, sans-serif; } 
   h1        {font-size:54px; color:Red;
              font-family:Verdana, Arial, sans-serif; }
   h2        {font-size:30px; color:Green;
              font-family:Verdana, Arial, sans-serif; }
   h3        {font-size:18px; color:Red;
              font-family:Verdana, Arial, sans-serif; }
   ul,ol,
   p,font    {font-family:Verdana, Arial, sans-serif; 
              font-size:medium; color:Black;}
   h4,
   li        {font-family: Arial, sans-serif;
              color:Green; }

   img                   {border:2px solid #66CC66; }
   img.noborder {border:0px;}
   img.black       {border:1px solid #000000; }   
