A:HOVER {
	background-color : Yellow;
}
A:ACTIVE {
	color : Black;
}
A:VISITED {
	color : Red;
}

BODY {
	font-family : Arial;
	font : medium;
}
H3 {
	font : bolder Arial;
	text-align : center;
	font-size : 400%
}

.tabledata {
	font : bolder Arial;
}
