a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-weight: normal;
	color: ff9900;
	text-decoration: none;
	letter-spacing: 4px;


}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-weight: normal;
	color: ff9900;
	text-decoration: none;
	letter-spacing: 4px;

}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: normal;
	color: ff9900;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-weight: normal;
	color: #ff9900;
	text-decoration: underline overline;
	letter-spacing: 4px;

}

