/* root.css - CSS1 style sheet for i4031.net (The Wood Between the Worlds)
   D. Robins  20001111
   updated    20031104  database backend conversion, page redesign, image flow
              20040715  for the Wood Between the Worlds
*/

BODY {
  font-family: verdana, arial, sans-serif;
  font-size: 11pt;
  background-color: black;
  color: #ddd;
  margin-left: 0;
}

DIV.cite {
  font-size: 9pt;
  color: #052;
  margin: 0 5ex;
}

DIV.cite .quote {
  font-style: italic;
}

DIV.cite .author {
  text-align: right;
  display: block;
}

.menu {
  margin-left: 2ex;
  padding-left: 2ex;
  border-left: #333 1px solid;
}

A, A:link, A:visited {
  color: #062;
  text-decoration: none;
}

A:active, A:hover {
  font-weight: bold;
}

SMALL {
  font-family: verdana, arial, sans-serif;
  font-size: 9pt;
}

BIG {
  font-family: verdana, arial, sans-serif;
  font-size: 13pt;
}

TT {
  font-family: monospace;
}

H1 {
  font-family: times new roman, serif;
  border-top: solid #840 1px;
  border-bottom: solid #210 2px;
  padding: 0.5ex;
  color: #ddd;
  background-color: #030;
  margin-bottom: 0px;
}

a.top:hover, a.top:active {
  background-color: #fffacd;
  font-weight: bold;
}

a.top, a.top:visited, a.top:link {
  color: #4682b4;
  text-decoration: none;
}

