
body {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif; 	
	background: #CCCCCC; 	
	link: #DF8D13;
	text-align: center;
}
/* Links */
a:link, a:visited { 
	text-decoration: none;
	color: #FFF;	
}
a:hover {
	color:#FF0;
}
a.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
	border-bottom: 1px dotted #AE855C;	
}
a:hover.more-link {
	text-decoration: none;
}


/* start - table */
table {
	border-collapse:collapse;
	background-color: #A21317;
	
}
	 

/* end - table */








