p {
  font-family: Helvetica, sans-serif;
  font-size: 8pt;
}

body {
   background-color: #EEffff;
}


q {
  quotes: "\00300c" "\00300d";
  color: maroon;
}

q.base {
  quotes: "\00300c" "\00300d";
  color: maroon;
}

q.base:before {
  content: "\0000ab";
  color: blue;
}

q.base:after {
  content: "\0000bb";
  color: blue;
}

p.quotes {
  quotes: "\0000ab" "\0000bb";
  color: blue;
}

p.quotes1 {
  quotes: "\0000ab" "\0000bb";
  color: blue;
}

q:lang('en') {
  quotes: "\00ff62" "\00ff63" "\00300e" "\00300f";
  color: red;
}

p.quotes1:before {
  content: open-quote;
  color: green;
}

h1, h2 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: white;
  background-color: maroon;
}
   
h2 {
  font-size: 10pt;
}
