.normal { font-family: arial;
	font-size: 10pt;
	color: #000000; }
	
.green { font-family: times new roman;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;	
	color: #003300; }	
	
.normalbold { font-family: arial;
	font-size: 10pt;
	font-weight: bold;	
	font-style: italic;
	color: #000000; }
	
.footer { font-family: arial;
	font-size: 8pt;	
	color: black; }
	
.times { font-family: times new roman;
	font-size: 14pt;	
	color: black;
	font-weight: bold; }

A:link {
color: blue;
}

A:active {
text-decoration: underline;
}

A:visited {
color: green;
}