body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: "Trebuchet MS", "Arial Narrow", Helvetica, sans-serif;
	font-size: 100%;
}


A:link {
	color:#666666;
	font-weight: bold; 
}
A:visited {
	color:#666666;
	font-weight: bold; 
}
A:hover {
	text-decoration:underline;
	color:#C82D1A;
	font-weight: bold; 
}
A:active {
	color:#C82D1A;
	text-decoration:underline;
	font-weight: bold;
}

p {
	font-family: "Trebuchet MS", "Arial Narrow", Helvetica, sans-serif;
	font-size: 11px;
}