/* CSS Document */
body      {
	font-weight: bold;
	background-color: #945921;
	line-height: normal;
	
}
body,td,th {
	color: #e1cb98;
	font-weight: bold;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFFFF;
}
table { empty-cells:show; }

