body
	{
	background: #333;
	color: #FFF;
	font-family: Optima, Trebuchet MS, Zapf Humanist, Optane, Opulent, Omega, Eterna, sans-serif;
	text-decoration: none;
	}

.leftrightborder
	{
	border-left-width: 2;
	border-left-style: dotted;
	border-left-color: #EEE;
	padding-left: 20;
	padding-right: 20;
	border-right-width: 2;
	border-right-style: dotted;
	border-right-color: #EEE;
	}

hr
	{
	border: 0;
	color: #EEE;
	background-color: #EEE;
	height: 1;	
	}

.copyright
	{
	text-align: center;
	font-size: 11;
	}
a
	{
	color: #FFF;
	text-decoration: none;
	}

a:hover
	{
	color: #CC9;
	text-decoration: none;
	}

