1BODY {
2  color : black;
3  background-color : white;
4  font-family : Arial;
5  font-size : 10pt;
6  margin-left : 3px;
7}
8H2{
9font-size : 20px;border-top-style : none;border-left-style : double;border-left-width : 8px;border-bottom-style : solid;margin-left : 1px;margin-bottom : 1px;border-bottom-width : 2px;font-weight : bold;position : relative;padding-left : 10px;border-left-color : yellowgreen;border-bottom-color : yellowgreen;}
10A:LINK {
11  color : blue;
12}
13A:VISITED {
14  color : navy;
15}
16A:ACTIVE {
17  color : red;
18}
19P{
20  position : normal;
21  z-index : auto;
22  font-family : Arial;
23}
24PRE{
25  position : normal;
26}