.mainhead {color: yellow;
            font-weight: bold;
            font-size: 24pt;
	    font-family: verdana;
            text-align: center}  
			
.topichead {color: #006400;
            font-weight: bold; 
            font-size:  14pt;
            font-family: verdana;
            text-align: center} 

.parhead {color: blue;
             font-weight: bold;
             font-size: 11pt;
	     font-family: verdana;
             text-align: center}
         
.unorderedlist {color: black;
         	Font-size: 10pt;
		Font-family: verdana;
		list-style: disc }


.orderedlist {color: black;
         	Font-size: 10pt;
         	font-weight: bold;
		Font-family: verdana;
              	style: decimal}

.boldblue {color: blue;
             font-weight: bold;
             font-family: verdana}

.boldred {color: red;
             font-weight: bold;
             font-family: verdana}
 
		 


.body {color: black;
         Font-size: 10pt;
         font-weight: bold;
         font-family: verdana;} 

a:link {color: #006400; font-family: verdana; font-weight: bold; Font-size: 10pt; text-decoration: underline}
a:visited {color: #006400; font-family: verdana; font-weight: bold; Font-size: 10pt; text-decoration: underline}
a:hover {
	color: black;
	font-weight: bold;
	Font-size: 10pt;
	text-decoration: none;
	font-family: verdana;
}

		 
