p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000066;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF9933;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: circle;
	color: #000066;
}
a:link {
	text-decoration: none;
	color: #004080;
}

a:active {
	text-decoration: none;
	color: #0066FF;
}

a:visited {
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: none;
	color: #F82D0A;
}
