BODY {
  background-image : url(image/index/bg.gif);
  background-repeat : repeat;
  background-attachment:fixed;
  background-position:center
 top;
  font-size : x-small;
  line-height : 130%;
}
A:LINK {
  font-weight:bold;
  text-decoration:none;
  color: #000066;
}
A:VISITED {
  font-weight:bold;
  color: #666666;
  text-decoration:none;
}
A:HOVER {
  font-weight:bold;
  text-decoration:underline;
  color: #FF6666;
}
TD{
  line-height : 135%;
  font-size : x-small;
}
UL{
  margin-left: 20px;
  margin-right: 0px;
  margin-top: 6px;
  margin-bottom: 6px;
}
OL{
  margin-left : 30px;
  margin-right: 0px;
  margin-top: 6px;
  margin-bottom: 6px;
}
