BODY{
  font-size : 13px;
  line-height : 1.5;
  color : black;
  background-color : white;
  text-decoration : none;
  
}
TABLE{
  font-size : 12px;
  line-height : 1.5;
  color : black;
  background-color : white;
  text-decoration : none;
}
A{
  font-size : 12px;
  font-weight : bold;
  color : black;
  text-decoration : none;
  line-height : 1.5;
  background-color : #f3f3f3;
}
A:HOVER{
  text-decoration : underline overline;
}
IMG{
  vertical-align : middle;
}
LI{
  vertical-align : middle;
  list-style-position : outside;
  list-style-image : url(http://www.starc.jp/kaihatu/vcdsgr/image/list.gif);
  line-height : 150%;
}