td {
	font-size: 12px;
	line-height: 180%;
	color: #2A2A2A;
}
a:link {
	color:#1E1E1E;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	color: #0000FF;
}
a:visited {
	color: #1973C9;
	text-decoration: none;
}

