A:link {
	font-weight: bold;
	color: #00A000;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A:Visited {
	font-weight: bold;
	color: #10A077;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A:Active {
	color: #00A0FF;
	font-weight: bold;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A:Hover {
	font-weight: bold;
	color: #80A000;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

body {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #EDF9E3;
}

