h1, .FontSerif
{
/* Microsoft recommends inserting imaginary fonts (X below) at the start and
   end of font declarations to handle bugs with font selection in early
   browser versions! */

font-family: "X", X, "Book Antiqua", "Times New Roman", Times, serif, X;
}

body, h2, h3, h4, p, table, .FontSans
{
/* Microsoft recommends inserting imaginary fonts (X below) at the start and
   end of font declarations to handle bugs with font selection in early
   browser versions! */

font-family: "X", X, Verdana, Arial, Helvetica, sans-serif, X;
}

pre, input, textarea, select, option, .FontFixed, .ProgramCode
{
font-family: "X", X, "Courier New", Courier, fixed, X;
}

body, p
{
background-color: #FFFFFF; /* White */
color: #000000; /* Black */

font-size: 11pt;
font-weight: normal;
font-style: normal;
}

h1
{
color: #FF3333; /* Medium Cyan */

font-size: 32pt;
font-weight: bold;
font-style: italic;
}

h2
{
font-size: 18pt;
font-weight: bold;
}

h3
{
font-size: 14pt;
font-weight: bold;
}

h4
{
font-size: 12pt;
font-weight: bold;
}

.NavBar
{
font-size: 9pt;
text-align: center;
}

.FooterText
{
font-size: 8pt;
}

.ProgramCode
{
/* Simulate a white-on-blue terminal for program code! */

background: #00007F; /* Navy Blue */
color: #FFFFFF; /* White */
}

table, tr, th, td
{
color: #000000; /* Black */

font-size: 9pt;
}

table, tr, .RowOdd
{
background: #FFDDDD;
}

.RowEven
{
background: #DDDDDD;
}

th, .RowHeader
{
/* Different heading colour for <th> elements! Includes above stuff though! */
background: #FFFFCC; /* LightYellow */

font-weight: bold;
}









