/* lynx.css  by YANO Keisuke */

BODY {
  font: medium/1.0 monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: black;
  background: white;
  margin-left: 1.5em;  /* 3? */
  margin-right: 1.5em;
}

A:link, A:visited {
  color: black;
  font-weight: bolder;
}

P {
  text-indent: 0;
  font-family: monospace;
}

H1 {
  font: medium/1.0 monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: center;
}

H2, H3, H4, H5, H6 {
  font: medium/1.0 monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
}

H2 {
  margin-left: -1.5em;
}

H3 {
  margin-left: -0.5em;
}

H4 {
  margin-left: 0.5em;
}

BLOCKQUOTE {
  margin-left: 1em;
  margin-right: 1em;
  font-style: normal
}

ADDRESS {
  margin-top: 2em;
  margin-left: 0.5em;
}

PRE {
  margin-left: -1.5em;
}

I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: normal }

I, B, EM, STRONG, VAR { text-decoration: underline;
                        font-weight: normal; }

/*  Using CSS2 functions
S:before, STRIKE:before, DEL:before {
  content: " [DEL: "
}

S:after, STRIKE:after, DEL:after {
  content: " :DEL] "
}

S, STRIKE, DEL {
  text-decoration: none;
}
*/

SAMP { font-size: medium }

BIG, SMALL, FONT {font-size: medium}

/* TODO:
    * TABLE
*/
