
body {
  color: white;
  background: black;
}

p {
  color: white;
}

ul {
  color: white;
}

ol {
  color: white;
}

li {
  color: white;
}

dl {
  color: white;
}

td {
  color: white;
}

em {
  color: orange;
}

span.em {
  color: orange;
}

span.title {
  color: white;
  font-weight: bold;
  font-size: 12pt;
  color: white; 
    background: #f38000;  /* orange */
  padding:7;
  border-style: none;
}

h3 {
  font-size: medium;
  font-weight: normal;
  padding:5;
  border-style: none;
}

a {
  color: white;
}
a:hover {text-decoration:none;  color:#ee5e19;} /*orange*/

a.navig {
  font-weight: bold; 
  color: white;
  font-size: medium;
  background:  #ee5e19  /* orange */
}
a.navig:link    {text-decoration: none; color:white;}
a.navig:visited {text-decoration:none;  color:white;}
a.navig:active  {text-decoration:none;  color:white;}
a.navig:hover   {text-decoration:none;  background:#ee5e19;} /*orange*/

