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

