body, table.light, td.light, td.tablebody, textarea, .themed {
	background-color: #ffdd77;
	color: #aa3300;
	border-color: #aa3300;
}

a {
	color: #771100;
} 

a:visited {
	color: #330000;
}

td {
	background-color: #ff9900;
	color: #ffee00;
}

table.dark, td.dark, td.head {
	background-color: #ee7700;
	color: #ffee00;
}

img {
	border-color: #ee7700;
}

td.bordertop,td.head {
	border-top: #ee7700 1px solid;
}

td.borderleft,td.tablebody,td.head {
	border-left: #ee7700 1px solid;
}

td.borderright,td.tablebody,td.head {
	border-right: #ee7700 1px solid;
}

td.borderbottom,td.tablebody {
	border-bottom: #ee7700 1px solid;
}