table {
	width: 480px;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF0000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF0000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
	}

