.test
{
  text-align:center;
  border:solid 1px #000033;
  border-collapse:collapse;
}
.test caption
{
  margin-bottom:6px;
}
.test th , .test td
{
  border:solid 1px #003003;
}
.test th
{
  border:solid 1px #003003;
  background-color:#D2D9C2;
}

.content
{
  position:absolute;
  width:500px;
  left:250px;
  
}

.attach
{
  position:absolute;
  bottom:520px;
  right:50px;
}

.para
{
  background-color:#D2D9C2;
  padding:5px;
}


.epaper
{
  background-color:#f2e99f;
}

.epaper table
{
  width:100%;
  border:1px solid #000000;
}

.epaper td
{
  text-align:center;
  border:1px solid #999999;
}


a:link, a:visited
{
  text-decoration:none;
  color:#800000;
}

a:hover, a:active
{
  text-decoration:underline ;
  color:#800000;
}