.normal {
	font-family: "Arial";
	font-size: 12px;
	color: #333333;
}
.normal a:link {
	color: #FF0000;
	text-decoration: none;
}
.normal a:visited {
	color: #FF0000;
	text-decoration: none;
}
.normal a:hover {
	color: #999999;
	text-decoration: none;


}
.normal a:active {
	color: #FF0000;
	text-decoration: none;
}
.title1 {
	font-family: "Arial";
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
.title2 {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
