
/* Page background color */
body  { background-color: white; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; }
td    { font-size: 10pt; font-family: Arial, Helvetica, sans-serif; }

H1 {font-size: 18pt; color: navy;}
H2 {font-size: 14pt; color: navy;}
H3 {font-size: 12pt; color: navy;}

.TableHeadingColor {background: #CCCCFF;}
.TableRowColor     {background: white;}

.menu body        {background: black; color:white; font-weight:bold;}
.menu table       {background:black; color:white; font-weight:bold;}
.menu td          {background:black; color:white; font-weight:bold;}
.menu a:link      {color:white; text-decoration:none;}
.menu a:visited   {color:white; text-decoration:none;}
.menu a:active    {color:#FFFF00; font-size:12pt;}
.menu a:hover     {color:#FFFF00; font-size:12pt;}

