td {
	font-size: 12px;
	line-height: 200%;
	color: #141414;
}
a:link {
	color:#141414;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
}
a:visited {
	color: #363636;
	text-decoration: none;
}
