a {text-decoration: none}

a:link    {color: #0000ff}
a:visited {color: #7070e0}
a:active  {color: #ff0000}

/*
div.navbar a:link    {color: #0000ff; background: #ffffff}
div.navbar a:visited {color: #800000; background: #ffffff}
div.navbar a:active  {color: #ff0000; background: #ffffff}
*/

p, dl, ul, ol {
  font-family: Georgia,"Times New Roman",serif;
/*color: #800000;*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Myriad Web","Trebuchet MS",Arial,sans-serif;
  font-weight: bold;
  color: #008844;
}

h1 {font-size: 230%}

h1.funky {
  font-family: "Minion Web",Georgia,"Times New Roman",serif;
  font-style: italic;
}

#indent1 {text-indent: 1em}
#indent2 {text-indent: 2em}

tt, pre, code {
  font-family: "Andale Mono",fixed-width;
}

hr {border-style: solid}

sub, sup, small {
  font-size: small;
}

div.navbar {white-space: nowrap}

ul a {background: #ffffff}

div.footer {
  padding-top: 2em;
}

dl.documents dt {
  padding-top: 1em;
}

dl.documents dd.author {
  font-weight: bold;
}

dl.documents dd.cite {
  font-style: italic;
}

p.disclaimer strong {
  color: green;
}

body {
  background: #ffffff;
  color: #000000;
}

