a:hover { color: #c33; }
a:active { color: #c33; }
a:link { color: #036; }
a:visited { color: #666; }
body { background-color: silver; }
/*
td { vertical-align: top; }
*/

.red
{
	color: #c33;
	font-style: normal;
	font-weight: normal;
}

.gray
{
	color: #666;
	font-style: normal;
	font-weight: normal;
}
.navy
{
	color: #036;
	font-style: normal;
	font-weight: normal;
}