BODY {
	color: #333333;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-weight: normal;

}

A {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;




}

A:HOVER {
	color: #990000;
	font-weight: bolder;
	font-family: "Courier New", Courier, mono;
	text-decoration: none;

}
.tb {
	margin: 3px;
	padding: 3px;
	color: #333333;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
}
