/*   Bike Page Cascading Style Sheet psecifications.
     bike.css
     Dennis@Struck.us   */


   a:link    {color:DarkBlue;}
   a:visited {color:DarkBlue;}
   a:active  {color:DarkBlue;}
   a:hover   {color:Purple;}
   a:focus   {color:Purple;}

             /* #B0E0E6 is PaleTurquoise, #6495ED is CornFlowerBlue */

   body      {background-color:#AFEEEE; margin-right:20px;
              background-attachment:fixed; color:Navy;
              font-family: Arial, sans-serif;} 
   h1        {font-size:54px; color:Navy;
              font-family: Arial, sans-serif;}
   h2        {font-size:30px; color:Navy;
              font-family: Arial, sans-serif;}
   h3,h4,
   ul,ol,
   li        {font-family: Arial, sans-serif;
              color:Navy;}
   p,font    {font-family: Arial, sans-serif; 
              font-size:medium; color:Navy;}

   img              {border:5px solid #6495ED; }
   img.noborder     {border:0px}
   img.blackborder  {border:1px solid #000000; }
