body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f0f1f3;
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	
}
a:link {
        text-decoration: none;
        color: #000066;
}
a:visited {
        text-decoration: none;
        color: #000066;
}
a:hover {
        text-decoration: underline;
        color: #660000;
}
a:active {
        text-decoration: none;
        color: #000066;
}
