/*   Bike Page Cascading Style Sheet psecifications.
     bike.css
     Dennis@Struck.us   */


   a:link    {color:white;}
   a:visited {color:white;}
   a:active  {color:white;}
   a:hover   {color:white;}
   a:focus   {color:white;}

             /* #EEFFEE is Light Green, #66CC66 is plain Green */

   body      {background-color:#000000; margin-right:20px;
              background-attachment:fixed; font-color:white;} 
   h1        {font-size:54px; font-color:white;
              font-family:Comic Sans MS, Arial, sans-serif;}
   h2        {font-size:30px; font-color:white;
              font-family:Comic Sans MS, Arial, sans-serif;}
   p, font   {font-family:Comic Sans MS, Arial, sans-serif; 
              font-color:white; font-size:medium;}

   img          {border:4px solid #FFFFFF; font-color:white;}
   img.noborder {border:0px}
