@import url(W3C-NOTE.css);
@import url(screen.css);

BODY { font-family: "Times New Roman", serif }
:link, :visited { color: black; text-decoration: none }
H1, H2, H3 { color: black }
H1.title { text-align: center }
H2.date { text-align: center }
P.TR-name {
  text-align: right;
  margin-bottom: 0;
}
P.logo {
  text-align: left;
  margin-top: -1em;
}
PRE { font-family: "Courier New", monospace }
.warning { color: black; font-style: italic; margin-left: 1em }
.note { color: black; font-style: italic; margin-left: 1em }
DIV.dtd {
  font-size: 80%;
  padding: 0.5em;
  color: black;
  background-color: white;
  font-family: "Courier New", monospace;
  margin-left: 0;
  margin-right: 0;
  border: thin double black;
}
