.t1 a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.t1 a:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.t1 a:hover {
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
}
.t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
}

