.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005EA7;
}
.small {
	font-family: Tahoma;
	font-size: 11px;
	color: #0060A9;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0098D8;
	text-decoration: none;
}
a:visited {
	color: #0098D8;
	text-decoration: none;
}
a:hover {
	color: #2B76B2;
	text-decoration: none;
}
a:active {
	color: #2B76B2;
	text-decoration: none;
}