<Style>
<!--
Body {
      scrollbar-arrow-color :#FAC775;
      scrollbar-base-color :#F6F4E9;
      scrollbar-face-color :#F6F4E9;
      scrollbar-highlight-color :#F6F4E9;
      scrollbar-3dlight-color :#FAC775;
      scrollbar-shadow-color :#FAC775;
      scrollbar-darkshadow-color :#F6F4E9;
      background-image :url(../img/c_dot.gif);
      background-repeat :repeat-x;
      background-attachment :fixed;
      font-family :MS UI Gothic;
      font-size :13px;
      color :#663300;
      margin-top:5px;
}
Td {
    font-family :MS UI Gothic;
    font-size :13px;
    color : #663300;
}
A {
   color :#663300;
   text-decoration :underline;
}
A:hover {
         text-decoration :underline;
		 position :relative;
		 top :1px;
		 left :1px;
}
//-->
</Style>