﻿table {
	font-size: 12px;
	font-family: Arial;
	line-height: 170%; 
	color:#333333;
}

td {
	font-family: Arial;
	font-size: 12px;
	line-height: 170%;
	color:#333333;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #E00000;
	text-decoration: underline;
}