body {
	background: #000000;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	}
#client {
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	color: #ffffff; 
	font-family: arial, helvetica, sans-serif;
	background: url(/images/loginbox.gif) no-repeat; 
	background-color: #000000;
	width: 378px; 
	height: 398px; 
	font-size: 9pt;
	position: relative;
	top: 10px;

	}
a {
	color: #ff9900;
	}
	
a:visited {
	color: #333333;
	}
a:hover {
	color: #990000;
	}