a:link {
	font-family	: Arial;
	font-size	: 10pt;
	font-weight	: bold;
	color		: #FF8040;
	text-decoration	: none;

}
a:visited {
	font-family	: Arial;
	font-size	: 10pt;
	font-weight	: bold;
	color		: #FF0000;
	text-decoration	: none;

}
a:hover {
	font-family	: Arial;	
	font-size	: 10pt;
	font-weight	: bold;
	color		: #FF8040;
	background-color: #FFFF00;
	text-decoration	: none;


}
a:active {
	font-family	: Arial;	
	font-size	: 10pt;
	font-weight	: bold;
	color		: #FF8040;
	background-color: #FFFFCC;
	text-decoration	: none;


}
