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;} 10H3{ 11font-size : 16px;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;} 12A:LINK { 13 color : blue; 14} 15A:VISITED { 16 color : navy; 17} 18A:ACTIVE { 19 color : red; 20} 21A:HOVER { 22 color : #008800; 23 background : #f0fff7; 24 text-decoration : underline; 25} 26 27P{ 28 position : normal; 29 z-index : auto; 30 font-family : Arial; 31} 32PRE{ 33 position : normal; 34}