body {
 background: url("images/back3.gif");
 color:#000000 ; 
}

#page {
   width: 800px;
   margin: 0px;
   background-color: #fff;

}

li,dt,dl {
	list-style-type: none;
}

a:link
{
color:#0000FF ;
text-decoration:none;
}

a:visited
{
color:#990099 ;
text-decoration:none;
}

a:active
{
color:#FF0000 ;
text-decoration:underline;
}

a:hover
{
color:#FF0000 ;
text-decoration:underline;
}

table.table01 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 548px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #FFB6C1;

}

table.table01 th,
table.table01 td {
  padding: 4px 6px;
  border: 1px solid #FFB6C1;
}

table.table01 th {
  background: #FED0E0;
  text-align: center;
  white-space: nowrap;
  color: #FFF;
}

table.table01 td {
  background: #FFF8DC;
  text-align: center;
  white-space: nowrap;
  color: #778899;
}

table.table02 {
  margin-top: 10;
  margin-left: 10;
  
}

table.table02 td {
  line-height: 30px;
}

#news dl{
   margin-left: 30px ;
}

