
/* ##################### OVERALL SETTINGS ##################### QM: ok */
body {
  margin           : 0px;
  padding          : 10px;
  font-family      : verdana;
  font-size        : 12px;
  color            : #000;
}

h1, h5, h6         {
  font-family      : verdana;
  font-size        : 11pt;
  font-weight      : bold;
}

h2	               {
  font-family      : verdana;
  font-size        : 10pt;
  font-weight      : bold;
}

h3                 {
  font-family      : verdana;
  font-size        : 10pt;
  font-weight      : bold;
}

h4                 {
  font-family      : verdana;
  font-size        : 10pt;
  font-weight      : bold;
}


td, tr, p, div {
  font-family      : verdana;
  font-size        : 9pt;
  color            : #000;
  padding          : 5px;
  margin-top      : 10px;
  margin-bottom   : 10px;

}

hr {
  color            : #E0E0E0;
  height           : 1px;
  width            : 100%;
}

blockquote {
  font-size        : 12px;
  font-weight      : normal;
}



/* ########################### LINKS ########################## QM: ok */
a:link, a:visited {
  color            : #0000FF;
  text-decoration  : none;
  font-weight	   : bold;
}

a:hover {
  color            : #CD0303;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

.readon {
  font-weight      : bold;
}