@charset "utf-8";

body
{
	background: #000000;
	font-family: Arial;
	font-size: 10pt;
	margin: 10px auto;
	text-align: center;
}

a
{
	color: #663333;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a:hover
{
	color: #663333;
	text-decoration: underline;
}