.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	position: relative;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF0000;
	text-decoration: underline overline;
	font-weight: bold;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF9900;
	font-weight: bold;
}
