
.bold { font-weight: bold }
.white { color: white; font-weight: bold }
.blue { color: navy; font-weight: bold; }
.italics   { font-style: italic }
.small       { font-size: 10px }
.medium  { font-size: 15px }
.large { font-size: 20px; }
a:hover           { color: white; font-size: 12px; font-weight: bold; text-decoration: none }
a:link            { color: white; font-size: 12px; font-weight: bold; text-decoration: none }
a:visited           { color: white; font-size: 12px; font-weight: bold; text-decoration: none }
body              { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #101065;}
h1       { color: navy; font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
h2       { color: navy; font-size: 15px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: italic; font-weight: bold }
hr      { color: navy }
