﻿table {
	font-size: 12px;
	font-family: Arial;
	line-height: 175%; 
	color:#ECF0FB;
}

td {
	font-family: Arial;
	font-size: 12px;
	line-height: 175%;
	color:#ECF0FB;
}

a:link {
	color: #00d8ff;
	text-decoration: underline;
}
a:visited {
	color: #00d8ff;
	text-decoration: underline;
}
a:active {
	color: #00d8ff;
	text-decoration: underline;
}
a:hover {
	color: #f1b424;
	text-decoration: underline;
}