a:active {  color: #cccc99; cursor: hand; text-decoration: underline; font-weight: bold}
a:hover {
	cursor: hand;
	font-weight: bold;
	text-decoration: underline blink;
	text-align: center;
	color: #ffff00;
}
a {  color: #006699; text-decoration: none; font-weight: bold}
