h1 {font-family:"Arial";color:blue;font-size:18pt}
h2 {font-family:"Arial";color:green;font-size:16pt;text-decoration: underline}
h3 {font-family:"Arial";color:red;font-size:14pt;text-decoration: underline}
h4 {font-family:"Arial";color:purple;font-size:13pt}
h5{font-family:"Arial";color:purple;font-size:12pt}

link {font-family:"Arial";color: green; text-decoration: none; font-size:12pt}
active {font-family:"Arial";color: yellow; text-decoration: none}
visited {font-family:"Arial";color: green; text-decoration: none}
hover {font-family:"Arial";color: orange; text-decoration: underline ;background: #8b0000}
body {font-family:"Arial";background-color:"#FFFFF0";}
text {font-family:"Arial";color:"#778899";font-size:12pt}
em {font-family:"Arial"; color:"black";font-size:13pt;text-decoration:italic}
table {font-family:"Arial"; color:"black";font-size:11pt;text-align: justify;}
# same as h3
.comp{
 font-family:"Arial";
 color:red;
 font-size:14pt;
 text-align:center;
 text-decoration: underline
    }

.cl1{font-family:"Arial";color:blue;font-size:18pt;text-decoration:underline}
.cl2{font-family:"Arial";color:green;font-size:16pt;text-decoration: underline}
.cl3{font-family:"Arial";color:red;font-size:14pt;text-decoration: underline}
.cl4{font-family:"Arial";color:purple;font-size:13pt}
.cl5{font-family:"Arial";color:purple;font-size:12pt}
.norm{font-weight:bold}
    

