/* For News Browser */
body {
  font-family: times,serif;
  font-size: 14pt;
  color: black;
  background-color: #eeeeee;
}
h1 {
  font-size: 28pt;
  font-weight: bold;
  font-family: serif;
  font-style: normal;
  line-height: 100%;
  margin-top: 0px;
   margin-bottom: 0px;
}
h2 {
  font-size: 20pt;
  font-weight: bold;
   margin-top: 0px;
    margin-bottom: 0px;
}
h3 {
  font-size: 14pt;
  font-weight: normal;
}
h4 {
  font-size: 12pt;
  font-weight: bold;
   margin-top: 0px;
    margin-bottom: 0px;
}

h5 {
  font-size: 10pt;
  font-weight: normal;
}


h6 {
  font-size: 8pt;
  font-weight: bold;
  line-height: 1%;
}
a:link {
  color: blue;
}
a:visited {
}
