body{
  font-family: "arial", serif;
  color: #000000;
  font-size: 9pt;
}

p{
  font-family: "arial", serif;
  color: #000000;
  font-size: 10pt;
}

.leadstory {
  font-size: 10pt;
}
.substory {
  font-size: 9pt;
  font-family: "arial", serif;
  color: #000000;
  vertical-align: top;
  width: 48%;
  padding-top: 0.5em;
  text-align: justify;
}
.storytitle {
  font-size: 10pt;
  font-family: "arial", serif;
  background-color: #f3eaff;
  text-align: center;
  font-weight: bold;
}
input{
  color : #672989;
  font-family: arial, helvetica;
  font-size: 8pt;
}
a{
  font-family: arial;
  color : #672989;
}
a:HOVER{
  background-color : #672989;
  color : #ffffff;
}
hr{
  color : #672989;
  height : 1px;
}
h1{
  color : #672989;
  font-size: 20pt;
}
h2{
  color : #672989;
  font-size: 14pt;
}
h3{
  color : #000000;
  font-size: 12pt;
}
strong{
  color : #672989;
}
ul{
  list-style-type:square;
  margin-left: 0;
  padding-left: 17px;
  font-family: arial;
  font-size: 10pt;
}
.latest_articles{
  list-style-type:square;
  margin-left: 0;
  padding-left: 17px;
  color : #672989;
  font-family: arial;
  font-size: 7pt;
}
a.menu{
  font-family: arial;
  font-size: 9pt;
  color : #caa5dd;
  text-decoration: none;
}
a.menu:visited{
  color : #caa5dd;
}
a.menu:HOVER{
  background-color : #672989;
  color : #ffffff;
}