body {
	color: #cccccc;
	background-color: #29282B;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll; 
	background-image: url(../img/back.gif); 
	background-repeat: repeat-x; 
	background-position: left top;
}
body, tr, td, th { 
	font-size: 11px;
	line-height: 130%;
}
a:link, a:visited, a:active { 
	color: #009900;
	text-decoration: none;
}
a:hover { 
	color: #00CC00;
	text-decoration: underline;
}