body {
  background-color:#5F260C;
  font:12px verdana,helvetica,sans-serif;
  color:#F5DB5C;
  margin-top: 10pt; 
  margin-left: 10pt; 
  scrollbar-base-color:#5F260C;
  scrollbar-3dlight-color:#5F260C;
  scrollbar-arrow-color:#FF8E2E;
}
 

A:link {
  text-decoration:none; 
  color:#FF8E2E;
}
A:visited {
  text-decoration:none; 
  color:#FF8E2E;
}
A:hover {
  text-decoration:underline; 
  color:#F5DB5C;
}
A:active {
  text-decoration:none; 
  color:#FF8E2E;
}

/* Tabelle */
chara, td {
  font:12px verdana,helvetica,sans-serif; 
  color:#F5DB5C;
  border-color:none;
  border-style:none;
  padding-left: 10px;
  padding-top: 10px;
}

/* Tabelle Stammesname usw */
td.chara1 {
	font-weight: bold;
	}
	
/* Tabelle Überschriften */
tr.charaueberschrift {
	background-color: #38180B;
	font-weight: bold;
	font-style: italic;
	font-color: #B18228;
	}