a:link {
	color: #daa30b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #daa30b;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #daa30b;
}
<!--
.main {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #CCCCCC;
}
.mainsub {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #daa30b;
}
.mainlink {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #CCCCCC;
}
