body {
  color: #00003c;
  font-size: 9px;
  font-family: Arial;
  background-color: #ffffff;
  background-image: url("");
  background-attachment: fixed;
  width : 100%; 
  height : 100%; 
  margin : 0; 
  padding : 0;
}

.qandadiv {
  font-size: 11pt;
  font-weight: bold;
  color: #FE9400;
}

.question {
  font-size: 11pt;
  font-weight: bold;
  color: #CCCCCC
}

a {
  color: #cc0000;
  text-decoration: none;
}

a:active {
  color: #000000;
  text-decoration: underline;
}

a:hover { 
  color: #000000;
  text-decoration: underline;
}

h1, h2, h3 {
  display: block;
}

h1 {
  font-size: 14pt;
  font-style: italic;
}

h2 {
  font-size: 13pt;
  font-style: italic;
}

h3 {
  font-size: 12pt;
  font-style: italic;
}
