 
BODY {
  margin-left : 4em;
  margin-right : 4em;
  background-color : Thistle;
}
A:LINK {
  text-decoration : none;
  color : SlateBlue;
}
A:VISITED {
  text-decoration : none;
  color : DarkSlateBlue;
}
A:HOVER {
  text-decoration : underline;
  color : DarkSlateBlue;
}
A:ACTIVE {
  text-decoration : none;
  color : DarkSlateBlue;
}
.Hilight{color : DarkSlateBlue;}
H1 {
  font-family : "‚l‚r –¾’©", serif;
  font-size : x-large;
}
LI { list-style-type : square; }
UL, BLOCKQUOTE { line-height : 135%; }
BLOCKQUOTE { font-family : "MS UI Gothic", Osaka, sans-serif; }
P.Midashi {
  font-size : large;
  font-weight : bold;
}
P.Text { line-height : 170%; }
P.EndMark {
  font-style : italic;
  text-align : right;
}
P.Signature {
  text-align : right;
}
TD { vertical-align : bottom;}
.vtop { vertical-align : top;}
DIV { text-align : center; }
