/* STYLES */
div#center h2 {
	text-transform: uppercase;
}

div#center a:link, div#center a:visited {
	color: #430415;
	text-decoration: none;
}

div#center a:hover, div#center a:active {
	color: #9b5c6c;
	text-decoration: underline;
}
.hover {
	background: #772a40;
}
.hoverout {
	background: #903650;
}
