/* CSS Document */
body{
  font-family: Verdana;
  font-size: 9pt;  
  color:#000000;
  padding: 0px;
  margin: 0px;
  background: #ffe895;
  line-height:150%;
}

img{
  border: none;
  clear:both;
}

/* -- common links -- */
a{
  color: #412913;

}
a:hover{
  color: #412913;
  text-decoration:underline;
}

/* -- headers style -- */
h1{
  font-family: Verdana;
  font-size: 13px;
  font-weight:bold;
  padding: 10px 0px 10px 0px;
  margin:0px;
  color: #412913;
}

h2, h3, h4{
color: #000000;
font-family: verdana;
font-size: 11px;
font-weight:bold;
}

strong{
font-size:11px;
}
