/* file: cor.css */
/* standard style sheet for Coach O Registration Main Menu & Calendar pages */
/* $Id$ */

   .center { text-align: center; }
   .center table { margin: auto; }

   .style1 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 36px;
      color: #FFFFFF;
      font-weight: bold;
   }

   .style2 {font-size: 12px}

   .style3 {
      font-size: 14px;
      font-weight: bold;
   }
   .style4 {
      font-size: 12px;
      font-weight: bold;
      color: #FFFFFF;
   }
   .style5 {
      font-size: 16px;
      font-weight: bold;
   }
   .style8 {
      font-size: small;
   }

   body,td,th {
      font-family: Arial, Helvetica, sans-serif;
   }

   a:link {
      color: #000000;
   }
   a:visited {
      color: #000000;
   }
/* eof */
