table, body, p {
	font-family: "Courier New", Courier, mono;
	font-size: 13;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 0px;

}
a, a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;


}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bolder;
	color: #333333;
	text-decoration: underline;
}
