h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #333366;
	text-align: center;
	margin: 10px 0;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	fodnt-weight: bold;
	color: #333366;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	fodnt-weight: bold;
	color: #333366;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	fodnt-weight: bold;
	color: #333366;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333366;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}