h1 {
	font-family: Arial, Helvetica; 
	font-size: 1.3em; 
	font-style: normal; 
	color: #000000;
}


h2 {
	font-family: Arial, Helvetica; 
	font-size: 1.15em;  
	color: #000000;
	font-style: normal; 
}

h3 {
	font-family: Arial, Helvetica; 
	font-size: 1.1em; 
	color: #000000;
	font-style: normal;
	
}

h4 {
	font-family: Arial, Helvetica; 
	font-size: 1.05em; 
	font-style: normal; 
	color: #000000;
}

h5 {
	font-family: Arial, Helvetica; 
	font-size: 1em; 
	font-style: bold; 
	color: #000000;
}



body { 
	background-color: #ffffff; 
}


A:link {color:#663399}
A:active {color:#FFCC33}
A:visited {color:#666666}


th {
	background-color: #cccccc;
	font-family: Arial, Helvetica, Geneva;
	font-style: bold;
	text-align: center;
}





ul ul ul {
	list-style: square outside;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}

ul ul {
	list-style: circle outside;
	margin-top: 0.3em;
	margin-bottom: 0.8em;
}

ul {
	list-style: disc outside;
	margin-bottom: 0.5em;
}




blockquote {
	margin-left: 2%;
}
