.css {
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
a {
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #000000;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
