body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ccc;
	background-color: #161515;
	text-align: center;
	/* part 1 of 2 centering hack */
	}




a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	}

a:visited {
	color:  #ccc;
	}

a:active {
	color:  #ccc;
	}

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


p {
	font-size: 10px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}




#content {
	width: 400px; 
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #595959;
	border: 5px solid #A8A8A8;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 370px;
	}
html>body #content {
	width: 370px; /* ie5win fudge ends */
	}



