body {
	font: normal 90% trebuchet, arial,helvetica, sans-serif;
	color: #666666;
	background-color : #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 90%;
}
a:link { color: #6a2115; text-decoration: underline; }
a:visited { color: #4f1f09; text-decoration: none; }
a:hover { color: #993300; text-decoration: none;} 
a:active { color: #4f1f09; text-decoration: none; }
caption { 
	caption-side: top; 
          width: auto;
          text-align: left;
 }
.logo {margin-bottom: 3%;}

table {width: 90%;
	background: #fff; 
	/*border-collapse: collapse;*/
	padding: 0px;
	margin-top: 1%;
	border: solid 1px #CC6600;
	}

tr.peach {
	background-color: #FFCC99;
	color: #000000;
}


tr.white {
	font-weight:bold;
}
td {
	padding: 5px;
	border: solid 1px #CC6600;
}

