body table td {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

a:link {
	text-decoration:underline;
	color: red;
}

a:visited {
	text-decoration:underline;
	color: red;
}

a:active {
	text-decoration:underline;
	color: red;
}

a:hover {
	text-decoration:underline;
	color: red;
}

.color	{
	color: red;
}
