BODY {
	background-color: transparent;
	font-family: Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

A {
	color: Aqua;
	text-decoration: none;
	font-size : x-small;
}

A:HOVER {
	color: Red;
	text-decoration: none;
	font-size : x-small;
}