a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;


}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #33CCFF;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF99CC;
	text-decoration: underline;
	font-weight: bold;
}

