BODY {
	background-color: white;
	background-image: none;
	color: #ff8010;
}

A {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
	text-align: center;
	color: white;
	font-family: "Comic Sans MS";
}

A:hover {
	text-decoration: underline;
	color: black;
}