body,p {
  font-family:sans-serif;
  background-color:white;
  color:black
}
a {
  text-decoration:none;
  font-family:sans-serif;
}
a:link { color:gray; }
a:visited { color:gray; }
a.navigation { color:black; }
a:hover {
  color:white;
  background-color:blue;
}
.navigation {
  font-family:sans-serif;
  background-color:#BBBBFF;
  color:black
}
h1,h2,h3 {
  font-family:sans-serif;
  font-style:italic;
  color:black;
}
tt,code,pre { 
  font-family:"Lucida Console",Courier,monospace; 
  font-style:italic;
  color:black;
}
pre {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: Black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}
p.questionTitle {
  font-weight:bold;
  color:red;
}

