#panel {
  background-color:#edad63;
  border-width:2px; 
  border-color:#edad43; 
  border-style:outset;
  color:black;
  padding:8px;
  margin:5px;
  clear:both;
}

#button {
  margin:2px 10px 2px 10px;
  background:url(images/wood.png);
  border-width:3px; 
  border-color:#300000; 
  border-style:ridge; 
  padding:3px;
  color:#aa8844;
  text-align: center;
}

#button a {
  xfont-weight: bold;
  color: #eecc88;
  text-decoration: none;
}

#button a:hover {
  color: white;
  text-decoration: underline;
}

#border {
  border-color:#808080;
  background-color:#808080;
  border-style:outset;
  border-width:2;
  height:1;
  margin-bottom:0;
  line-height:0;
  overflow:hidden;
}

#altborder {
  border-color:#804000;
  background-color:#804000;
  border-style:outset;
  border-width:1;
  height:4;
  margin-bottom:0;
  overflow:hidden;
}

table {
  border-color:#400000;
}

table td {
  border-color:#400000;
}

table th {
  border-color:#400000;
}

body {
  color:black;
}

a {
  color: #000040;
}

a:hover {
  color: #000080;
}

img {
  border-style:none;
}

#article {
  margin:10;
}

#article img {
  margin:8;
}

