BODY {
	background-color: #666666;
	background-image: url('../z_images/background.jpg');
	background-repeat: repeat;
	margin: 0px; 
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
}

#content {
	text-align: left;
	padding: 20px;
	color: white;
	
}

TD, P {
	font-family: tahoma;
	font-size: 11px;
	color: black;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #548eba;
}

a:visited {
	color: #548eba;
}

a:hover {
	color: #CCCC99;
}

#content UL {
	margin-left: 0px;
	padding-left: 15px;
	list-style: square;
}

