body { }
p { }
td { }
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover { color: purple; font-weight: bold; text-decoration: none; }
a:active { background-color: transparent; }

