/*   Bike Page Cascading Style Sheet psecifications.
     bike.css
     DennisStruck@aol.com USA 719.495.8668  */


   a:link    {color:brown;}
   a:visited {color:brown;}
   a:active  {color:brown;}
   a:hover   {color:orange;}
   a:focus   {color:orange;}

             /* #EEFFEE is Light Green, #66CC66 is plain Green */

   body      {background-color:#EEFFEE; margin-right:20px;
              background-attachment:fixed; 
              font-family:Verdana, Arial, sans-serif;} 
   h1        {font-size:54px; 
              font-family:Verdana, Arial, sans-serif;}
   h2        {font-size:30px; 
              font-family:Verdana, Arial, sans-serif;}
   p, font   {font-family:Verdana, Arial, sans-serif; 
              font-size:medium;}

   img          {border:5px solid #66CC66; }
   img.noborder {border:0px}