a:link {
	color: #0398B8;
	text-decoration: none;
}
a:visited {
	color: #0398B8;
	text-decoration: none;
}
a:hover {
	color: #3CB9D9;
	text-decoration: underline;
}
a:active {
	color: #0398B8;
	text-decoration: none;
}
body,td,th {
		color: #0398B8;
}
body {
	background-color: #EAF9FE;
}
.fonttitle {
	font-size: 24pt;
	font-weight: bold;
}
.fontnormal {
	font-size: 14pt;
	padding: 10px 5px 20px;
	font-weight: normal;
}
