body {
  background: white;
  color: black;
}

p.title {
  color : #004cb0;
  font-family: /*"Trebuchet MS", */Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5,  h6 {
  /*background-color: #004cb0;*/
  /*color: #a50000;*/
  /*color : #004cb0;  /*Good but confusable */
  color : #0040b0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
}

ul.toc {font-family: Arial, Helvetica, Verdana, sans-serif;}

hr {   color : #405ca8; height: 1px}
hr.part {   color : #405ca8; height: 1px; width=70%}

a:link { color: #0000CC; text-decoration:none;}
a:visited { color: #660099; text-decoration:none;}
a:active { color: #7600a9; text-decoration:none;}
a:hover { text-decoration:underline;}

