BODY {
	color: White;
	background-color: Black;
	font-family: Arial, "Arial Narrow", System, sans-serif;
	font-size: medium;
	text-align: center;
}

A {
	color: yellow;
}
A:HOVER {
	color: red;
	font-style: normal;
	font: bolder;
}
img {
	border: none;
}

h4 {
	font-size: xx-small;
	color: White;
}

a.link_creator {
	color: #A1166D;
	font-size: 9px;
}

a.link_creator:HOVER {
	color: Fuchsia;
}