body {
color: #7c0005;
background-color: #f2ece2;
font-family: ARIAL, VERDANA, HELVETICA, sans-serif;
font-size: 10px}

.a           {font-color: blue; }
h1           { font-size: 18pt; font-weight: bold }
h2           { font-family: Arial Black, Arial; font-size: 14pt }
h3           { font-family: serif; font-size: 10pt; font-weight: bold }

ul           { list-style-type: none;  margin-left: 5px }
li           { font-size: 10pt; font-weight: bold; line-height: 200%;}

a:link { text-decoration:none; font-weight:bold; color:#7c0005; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ffdead; }
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }