BODY {
	color: Black;
	background-color: #FEF7EB;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}

A {
	color: Blue;
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
	}

A:HOVER {
	color: Red;
	text-decoration: underline;
}
