body,td{
	font-size:14px;
	line-height:25px;
}

a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #F60;
}

a.nav {
	font-size: 14px;
	color: #FFF;
}
a.nav:visited {
	color: #F7F6F3;
	text-decoration: none;
}
a.nav:active {
	color: #F8F7F6;
	text-decoration: none;
}
a.nav:link {
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
}
