body {
	font-family: "Arial";
	color: #333333;
}
.general {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 14px;
	color: #333333;
	text-decoration: none;

}
.general a:link {
	color: #FF0000;
	text-decoration: none;
}
.general a:visited {
	color: #FF0000;
	text-decoration: none;
}
.general a:hover {
	color: #333333;
	text-decoration: none;

}
.general a:active {
	color: #FF6600;
	text-decoration: none;
}
hr {
	border: 1px dotted #333333;
}
.cats {
	font-family: "Arial";
	font-size: 10px;
	color: #333333;

}
.cats a:link {
	color: #333333;
	text-decoration: none;
}
.cats a:visited {
	color: #333333;
	text-decoration: none;
}
.cats a:hover {
	color: #FF0000;
	text-decoration: none;

}
.cats a:active {
	color: #999999;
	text-decoration: none;
}
