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

