@charset   "Shift_JIS";
 
.MarqueeClass{
  color : #ff8000;
  background-color : black;border-width : 2px 2px 2px 2px;border-style : solid solid solid solid;border-color : silver silver silver silver;
  width : 560px;
}
.LinkClass{
display:block;
  color : white;
  padding-top : 10px;
  width : 100%;
  height : 100%;
}
.CellClass{
  
  text-align : center;
  width : 150px;
  height : 2px;
  background-image : url(blue_p6b.gif);
}
A:hover{
  color : black;
  background-color : white;
}
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
