p            { margin-top: 4px; margin-bottom: 4px; }
a:link       { text-decoration: none; color: #007BB7; font-weight: bold }
h1           { font-family: Verdana; font-size: 12pt; color: #4A71D5; font-weight: bold; 
               margin-top: 6px; margin-bottom: 4px; }
h2           { font-family: Verdana; font-size: 12pt; color: #537B7B; font-weight: bold; 
               margin-top: 6px; margin-bottom: 4px; }
h3           { color: #FF9900; font-size: 12pt; font-family: Verdana; font-weight: bold; 
               margin-top: 6px; margin-bottom: 4px; }
h4           { color: #FFC56C; font-size: 18pt; font-family: Comic Sans MS; font-weight: bold; 
               margin-top: 6px; margin-bottom: 4px; }
a:visited    { text-decoration: none; color: #007BB7; font-weight: bold }
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
    color:          FA6C03;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      bold;
}
body         { font-family: Verdana; font-size: 10pt; color: #000000; text-align: Left; width: 1000px; margin: 0 auto; }
table        { text-align: Left; }
