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

}
a:visited {
	font-weight: bold;
	color: #407095;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #999999;
}
a:active {
	font-weight: bold;
	color: #407095;
}

