H2 {
font-family : arial; 
color : blue; 
font-size : 13pt; 
} 
p {
font : 10pt georgia, serif; 
text-align : justify; 
} 
p {
margin-right : 1cm; 
} 
p { 
text-indent: 0em; margin-top: 9; margin-bottom: 9; 
}
li {
font : 11pt arial, sans-serif; 
text-align : justify; 
} 
li {
margin-right : 1cm; 
} 
a{
text-decoration : none; 
color : navy; 
} 
a:hover {
text-decoration : none; 
color : red; 
} 
a:active {
text-decoration : none; 
color : green; 
} 
UL {
list-style-type : square; 
} 
UL UL {
list-style-type : circle; 
} 
UL UL UL {
list-style-type : disc; 
} 
OL {
list-style-type : decimal; 
} 
OL OL {
list-style-type : lower-alpha; 
} 
OL OL OL {
list-style-type : lower-roman; 
} 
