/*  CSS for Coaching site   */


body {
	/*	background: #ffffff url(greybck.png) center top no-repeat;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
      color: #ffffff;
      font-size: 0.8em;
      }

a:link {
      text-decoration: none;
      font-weight: normal;
      color: #b2cdff;     
      }
a:visited {
      text-decoration: none;
      font-weight: normal; 
      color: #b2cdff;
      }
a:active {
	outline: none;
	}      
a:hover {
      font-weight: normal; 
      color: #ff6600;
      }   
h1{
      font-family: Arial; 
      font-size: 1.8em; 
      color: #cccccc; 
      font-weight: bold; 
      text-align: center;
      }
      
h2{
      font-family: Arial;
      font-size: 1.4em; 
      color: #cccccc; 
      font-weight: bold; 
      text-align: left;
      }     

h3{
      font-family: Arial; 
      font-size: 1.4em; 
      color: #e6e6e6; 
      font-weight: normal; 
      text-align: left;
      }
h4{
      font-family: Arial; 
      font-size: 1.3em; 
      color: #cccccc; 
      font-weight: bold; 
      text-align: left;
      display: inline; 
      }
      
