td.nav {
  font-family:		Helvetica;
  font-size:  		12pt;
  font-weight:		bold;
  color:		white;
}

span {
  text-decoration:	underline;
}


a:link {
  text-decoration: 	none;
  color:		white;
}

a:visited {
  text-decoration: 	none;
  color:		white;
}

a:hover {
  text-decoration:	underline;
  color: 		white
}

