p {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
}
a:visited {
	font-family: "Courier New, Courier, mono";
	color: #000000;
	text-decoration: line-through;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: "Courier New", Courier, mono;
	color: #000000;
}
