
.bg
{
  background: #000000;
  color: #bbbbbb;
}

a{text-decoration:none; color:#755D00}
a:hover{text-decoration:none; color:#856500}

a img
{
  filter: alpha(opacity=95, Finishopacity=70, style=2); 
  -moz-opacity: 0.8;
  border-width: 0;
}
a:hover img
{
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  border-width: 0;
}

table.table1
{
  border-spacing: 0px;
  border-collapse: collapse;
  width: 500px;
}
table.table1 td
{
  border-top: 1px solid #888888;
  padding: 1.0em 0.1em;
  color: #dddddd;
  text-align: left;
  line-height: 1.5;
  text-align: justify;
  text-justify: distribute;
}
table.table1 th
{
  height: 45px;
  color: red;
  text-align: left;
  font-size: 20px;
}
