td {
	font-size: 12px;
	color: #3D3331;
	line-height: 150%;

}
body {
	font-size: 12px;
	color: #3D3331;

}
a:link {
	font-size: 12px;
	color: #3D3331;
	text-decoration: none;
}
a:active {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #4B4B4B;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #F00000;
	text-decoration: underline;
}