/**********************************************************/
/*                                                        */
/* style.css - Cascading Style Sheet                      */
/*                                                        */
/* Version:    1.4 - SC 15/11/99 ~ A Hover underline      */
/*                                                        */
/* Client:     Aintree Racing Drivers' School Limited     */
/*                                                        */
/* Copyright : (c) 1998-99 all rights reserved by :-      */
/*                 Technical System Services Limited      */
/* Author:     Simon Cleverley                            */
/* History:                                               */
/* Version:    1.0 - SC 12/07/99 - Original Draft         */
/* Version:    1.1 - SC 13/07/99 - Address NN4.5 glitches */
/* Version:    1.2 - SC 21/07/99 - Added H5/6 for focii   */
/* Version:    1.3 - SC 27/07/99 + P, LI, OL for NN4.5    */
/* Version:    1.4 - SC 15/11/99 ~ A Hover underline      */
/*                                                        */
/**********************************************************/


BODY, P, TR, TD, OL, LI {
/* - screws up table top for NN4.5 */
/*   margin: 12px; */
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   color: black;
}

XMP {
   margin: 12px;
   color: black;
}

H1, H2 {
   font-family: "Gill Sans", Helvetica, sans-serif;
   margin-bottom: 2px;
   margin-top: 2px;
}   

H1 {
   font-size: 46px;
   line-height: 46px;                                /* needed NN4.5 */
   color: rgb(73%, 0, 13%);                              /* ARDS red */
}   

H2 {
   font-size: 32px;
   line-height: 32px;                                /* needed NN4.5 */
   color: black;
}   

H3, H4, H5, H6 {
   font-family: Verdana, Helvetica, sans-serif;
   margin-bottom: 4px;
   margin-top: 2px;
}   

H3, H4 {
   font-size: 20px;
   line-height: 20px;                                /* needed NN4.5 */
}   

H5, H6 {
   font-size: 18px;
   line-height: 18px;                                /* needed NN4.5 */
}   

DD, DT {
   font-family: "Gill Sans", Verdana, Sans-Serif;
   font-size: 13px;
   margin-left: -30px;
}

DT {
   margin-top: 2px;
   font-weight: bold;
   margin-left: 0em;
}

A,A:Link,A:Visited {
   font-family: "Gill Sans", Verdana, Sans-Serif;
   text-decoration: none;
}

/* CSS2 special for IE4 */
A:Hover {
   color: lime;
   text-decoration: underline;
}

A:Link {
   color: black;
}

/* Menu Styling Classes */
.submenu, .menu {
   font-size: 13px;
   margin-left: -30px;
}

.menu {
   font-family: "Gill Sans", Verdana, Sans-Serif;
   margin-top: 2px;
   font-weight: bold;
   margin-left: 0em;
}