body {
	font-family: Arial, sans-serif;
	line-height: 120%;
	font-size: 85%;
}

a:link, a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#FF0000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	line-height: 130%;
}

h1{
 font-size: 220%;
 color: #84188C;
 padding-top: 5px;
 padding-left: 157px;
}

h2{
 font-size: 150%;
 color:#84188C; 
}

h3{
 font-size: 120%;
 color:#006633;
 padding-top: 10px;
}

h4{
 font-size: 100%;
 color: #006633;
 font-style:italic;
}

h5{
 font-size: 80%;
 color: #009F50;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #006633;
}
				
