BODY {
	color: #333333; 
	background-color: White; 
	font-family: "Arial"; 
	font-size: 11pt; 
	text-align: left;
}
H1 {
	font-size: 12pt; 
	font-weight: bolder; 
	color: #333333; 
	background-color: White; 
	font-family: Arial;
}
A {
	font-size: 12pt; 
	color: #333333; 
	text-decoration: none; 
	background-color: white;
}
A:HOVER {
	background: transparent; 
	font-size: 12pt; 
	color: Red; 
	text-decoration: none;
}
