body { color: #000; font-family: "Trebuchet MS"; background-color: #ccc; text-decoration: none; }

p { }

td { }

a:link { color: #c00; text-decoration: underline; }

a:visited { color: #c00; text-decoration: underline; }

a:hover {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}

a:active { color: #c00; text-decoration: none; }
