<style type="text/css">


a.mainMenu:active  {
  	/* Applies to activated links */
  	text-decoration:  underline;
  	font-weight:      bold;
        font-size: 	  11pt;
  	/* background-color: #ddd; */
  	color: 		  silver;
  } 
a.mainMenu:link    {
  	/* Applies to all unvisited links */
  	text-decoration:  none;
  	font-weight:      bold;
        font-size: 	  11pt;
  	/* background-color: #ddd; */
  	color:            white;
  } 
a.mainMenu:visited {
  	/* Applies to all visited links */
  	text-decoration:  none;
  	font-weight:      bold;
        font-size: 	  11pt;
  	/* background-color: #ddd; */
  	color:            white;
  } 
a.mainMenu:hover   {
  	/* Applies to links under the pointer */
  	text-decoration:  underline;
  	font-weight:      bold;
        font-size: 	  11pt;
  	/* background-color: #ddd; */
  	color:            white;
  } 




.mainNav a:active  {
  	/* Applies to activated links */
  	text-decoration:  underline;
  	font-weight:      bold;
        font-size: 	  11pt;
  	/* background-color: #ddd; */
  	color: 		  silver;
  } 
.mainNav a:link    {
  	/* Applies to all unvisited links */
  	text-decoration:  none;
  	font-weight:      bold;
        font-size: 	  11pt;
  	/* background-color: #ddd; */
  	color:            white;
  } 
.mainNav a:visited {
  	/* Applies to all visited links */
  	text-decoration:  none;
  	font-weight:      bold;
        font-size: 	  11pt;
  	/* background-color: #ddd; */
  	color:            white;
  } 
.mainNav a:hover   {
  	/* Applies to links under the pointer */
  	text-decoration:  underline;
  	font-weight:      bold;
        font-size: 	  11pt;
  	/* background-color: #ddd; */
  	color:            white;
  } 


ul { 
  margin: 0em;
  padding: 0em;
}

ul li { 
  margin: 5px;
  padding: 5px;
  list-style-type: disc;
  list-style-position: inside;
}

H1 {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  	color: Maroon;
        font-weight: normal;
        font-size : 14pt;
}

H2 {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  	color: Maroon;
        font-size : 12pt;
}

H3 {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  	color: Maroon;
        font-size : 11pt;
}

H4 {  font-family: verdana, arial, geneva, sans serif;
	color: Maroon;
        font-weight: bold;
	font-size: 12pt;
}
  
H5 {  font-family: verdana, arial, geneva, sans serif;
        font-weight: bold;
        font-size: 11pt;
  	color: Maroon;
}

H6 {  font-family: verdana, arial, geneva, sans serif;
 	color: Maroon;
        font-weight: normal;
        font-size: 11pt;
}

</style>
