body	{
  background-color:'#001E00'; 
  font-family:'Georgia';

  //color:'#C39E23';
  color:'white';
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;

  scrollbar-arrow-color: #001E00;
  scrollbar-3dlight-color: #001E00;
  scrollbar-darkshadow-color: #001E00;
  scrollbar-face-color: #F2C13C;
  scrollbar-highlight-color: #F7DA89;
  scrollbar-shadow-color: #BD8E0D;
  scrollbar-track-color: #001E00;
  }

//a		{text-decoration:none; color:#f3853b;}
a		{text-decoration:none; color:red;}
a:hover	{text-decoration:underline; color:#f3853b;}
img		{border-width:1; border-style:outset; border-color:'#E1B30C';}
input		{border-width:1; border-style:solid; border-color:'#E1B30C'; height:20;}

.maxwidth	{margin-left:50px; margin-right:50px;}
.banner	{height:82; }
.inventory	{border-width:2; border-style:outset; border-color:'#E1B30C';}
.pagetitle	{font-weight:bold; text-align:center; }

.item_table	{border-style:none; padding:2px; border-collapse:collapse; margin-left:50px; margin-right:50px;}
.item_td	{border-width:1; border-style:outset; border-color:'#E1B30C'; background-color:'black';}
.item_td_over	{border-width:1; border-style:outset; border-color:'gold'; background-color:'#111111';}
.item_tr	{font-weight:bold; text-align:center; }

td.bar		{border-width:1; border-style:none; border-color:'EEEEEE'; text-align:center; background-color:'CECBCE';}
td.topic	{border-width:1; color:black; text-align:center; margin-right:5px; background-color:'#E1B30C'; border-style:outset; border-color:'#E1B30C';}
td.over	{border-width:1; color:black; text-align:center; margin-right:5px; background-color:'#f2c13c'; border-style:solid; border-color:'#f9dd93'; }
td.down	{border-width:1; color:black; text-align:center; margin-right:5px; background-color='#f2c13c'; border-style:inset; border-color:'#f9dd93'; }

