body
{
	background-color: rgb(234, 241, 247);
}	
h1
{
	font-size: 12pt;
	font-family: Times New Roman;
}	
h2
{
	font-size: 10pt;
	font-family: Times New Roman;
}	
h3
{
	font-size: 16pt;
	font-family: Andalus;
	color: #244A96;
}
h4
{
	font-size: 12pt;
	font-family: Andalus;
	color: #244A96;
}			
a
{
	color: black;
}	
a:link,
a.notvisited {
	color: #244a96;
	text-decoration: none;
}
a.notvisited { color: #244a96; !important; }
a:visited,
a.visited {
	text-decoration: none;
	color: #00a427; /*#008080;*/
}
a:hover {
	text-decoration: underline !important;
	color: #244A96;
}
a:active {
	text-decoration: none;
}
a.notvisited, .button-round-blue, .page-bar a {
    color:#244A96 !important;
}