 
BODY { background-color : lightgrey; }
A:LINK, A:VISITED {
  text-decoration : none;
  color : Teal;
}
A:HOVER {
  text-decoration : underline;
  color : Teal;
}
A:ACTIVE {
  text-decoration : none;
  color : Teal;
}
H1 {
  font-family : "‚l‚r –¾’©", serif;
  font-size : xx-large;
}
LI { list-style-type : square; }
UL, BLOCKQUOTE { line-height : 135%; }
P.Midashi {
  font-size : large;
  font-weight : bold;
  margin-left : 0em;
}
BODY.Top {
  margin-left : 4em;
  margin-right : 4em;
}
P { margin-left : 3em; }
TD { vertical-align : top; }
P.Link {
  line-height : 135%;
  margin-left : 0em;
}
