body {
	background: #A0ADB5;
	color: #444848;
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	}

a
{
	text-decoration: none;
	
}

a:link { color: #800000; }
a:visited { color: #c3c8ca; }
a:hover { text-decoration: underline; color: #800000; }
a:active { color: #000000; }


