BODY {
	background-color: #999999;
}
A {
	color: yellow;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER {
	text-decoration: none;
	color: yellow;
	
}

