/* CSS Document */

   td {
	  color:blue;
	  font-family: Verdana;
	  font-size: 12px;
	  font-variant: normal;
	  border-color: #ffffff;
	}
	a:link, a:visited, a:active {
	  color: #0000ff;
	  text-decoration: none;
	}
	a:hover {
	  color: #0000ff;
	  text-decoration: underline;
	}


