body, p {
	font-family: Arial, Times New Roman, Helvetica, sans-serif; 
        background-color: #ffffff; 
        color: #000000; 
	font-size: 12pt; 
	font-weight: normal
}

H1 {
	font-family: Arial, Times New Roman, Helvetica, sans-serif; 
	COLOR: #000000; 
	font-size: 30pt; 
	font-style: italic; 
	font-weight: normal
}
H2 {
	font-family: Arial, Times New Roman, Helvetica, sans-serif; 
	COLOR: #000000; 
	font-size: 22pt; 
	font-style: italic; 
	font-weight: normal
}
H3 {
	font-family: Arial, Times New Roman, Helvetica, sans-serif; 
	COLOR: #000000; 
	FONT-SIZE: 14pt; 
	font-weight: normal;
	font-style: italic
}
A:link {
	COLOR: green; 
	TEXT-DECORATION: none
}
A:active {
	COLOR: blue; 
	TEXT-DECORATION: underline
}
A:visited {
	COLOR: green; 
	TEXT-DECORATION: none
}
A:hover {
	COLOR: green; 
	TEXT-DECORATION: none;
	font-family: Arial Black
}
