a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFFFF;
}
.main_heading {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}

.art {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.footer {

	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}
