BODY {
	background-color: black;
	color: black;
	font-style: bold;
	font-family: Georgia, "Times New Roman", serif;
}

A:link {
	color: #808000;
}

A:hover, A:focus {
	color: yellow;
}

A:active {
	color: #FFFF80;
}

A:visited {
	color: #800000;
}

P.link {
	font-style: bold; 
	text-align: center;
	font-size: small;
	text-indent: 0;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

H1, H2, H3 {
	text-align: center;
}
