a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
body {
	background: #8E0D0D url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #565656;
}
#copyright {
 color: white;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
}