/* this style sheet defines the basic style for all RFC documents */

BODY {
  font-family: sans-serif;
  color: black;
  background: white;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 1.2em;
}

A:link, A:active {
  color: #00E;
  background: transparent;
}

A:visited {
  color: #529;
  background: transparent;
}

DIV.ToC {
  margin-left: 1em;
}
  
.note, .example {
  margin-left: 2em;
  margin-right: 2em;
}

PRE {
  font-family: monospace;
  font-size: 90%;
  line-height: 1.1em;
}

DIV.H1, DIV.H2 {
  float: left;
  width: 50%;
}

DIV.H2 {
  text-align: right;
}

H1 {
  clear: both;
  text-align: center;
  margin-top: 1em;
}

