.bold { font-weight: bold }
.small { font-size: 12px; }
.italic { font-style: italic }
.logoGreen { color: lime; font-style: italic; }
a:hover      { color: navy; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:link      { color: navy; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:visited      { color: navy; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
body          { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
h1  { color: purple; font-style: oblique; font-weight: bold; font-size: 18px; font-family: "Times New Roman", Georgia, Times }
h2 { color: purple; font-style: oblique; font-weight: bold; font-size: 16px; font-family: "Times New Roman", Georgia, Times }
hr   { color: purple;}

