@charset "utf-8";
/* Links Style */

body {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	font-size: 12pt;
	color: black;
	text-decoration: none;
}

a {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	font-size: 12pt;
	color: blue;
	text-decoration: none;
}

a:visited {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	font-size: 12pt;
	color: blue;
	text-decoration: none;
}
	
a:hover {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	font-size: 12pt;
	color: blue;
	text-decoration: underline;
}

a:active {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	font-size: 12pt;
	color: blue;
	text-decoration: underline;
}



