.text {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #FF9600;

}
.heading {
	font-family: "Courier New", Courier, mono;
	font-size: 14pt;
	color: ff9600;

}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: ff9600;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: bold;
	color: #FE5912;
	text-decoration: none;

}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
