
h1 { 
	font-family: arial;
	font-weight: bold;
	font-size: 18pt; 
	color: #228888;
	text-decoration: underline;
}

h2 { 
	font-family: arial;
	font-weight: bold;
	font-size: 16pt; 
	color: #000000;
	text-decoration: underline;
}

A:link {
	color:#303080;
}

A:visited {
	color:#303080;
}

A:hover {
	color:#6060ff;
}

A:active {
	color:#8080ff;
}

BODY {
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
}
