
BODY {
  	color: black;
  	font-family: Arial, sans-serif;
  	font-size: small;
  	text-align: center;
}

A {
  	color: #660000;
  	text-decoration: none;
  font-weight: bold;
}

A:HOVER {
  	color: #FF9900;
  font-weight: bold;
}

