/**********************************************************/
/*                                                        */
/* schl-style.css - Cascading Style Sheet                 */
/*                                                        */
/* Version:    1.0 - SC 10/07/00 - Original Draft         */
/*                                                        */
/* Client:     Aintree Racing Drivers' School Limited     */
/*                                                        */
/* Copyright : (c) 1998,99-00 all rights reserved by :-   */
/*                 Technical System Services Limited      */
/* Author:     Simon Cleverley                            */
/* History:                                               */
/* Version:    1.0 - SC 10/07/00 - Original Draft         */
/*                                                        */
/**********************************************************/

/* this styling is for The Racing School Colouring */

H4, H5 {
   color: rgb(73%, 0, 13%);                      /* ARDS red #BA0021 */
}   

H6 {
   color: rgb(100%, 100%, 100%);                  /* aka. pure white */
}   

EM {
   color: rgb(73%, 0, 13%);                      /* ARDS red #BA0021 */
   font-style: normal;
   font-weight: bold;
}