a:link {
		font-family: New Times Roman;
		color: #000066;
		text-decoration:none;
		cursor:hand;
}

a:hover{
		font-family: New Times Roman;
		font-weight: bold;
		color: #FFFF00;
		text-decoration:bold;
		cursor:hand;
}

a:visited{
		font-family: New Times Roman;
		color: #000066;
		text-decoration:none;
		cursor:hand;
}

a:active{
		font-family: New Times Roman;
		font-weight: bold;
		color: #FFFF00;
		text-decoration:none;
		cursor:hand;
}

td{
		font-family: New Times Roman;
		color: #000066;
}