body{
  background-color : #f5f5ff;
  color : #f02828;
  font-size : 11pt;
}
a{
  text-decoration : underline;
  color : red;
}
a:link {
  color : red;
}
a:visited {
  color : red;
}
td{
  color : #f02828;
  background-color : #fff4f4;
  font-size : 9pt;
  border: solid 1pt #f02828;
}

th{
  font-size : 10pt;
  background-color : #ffe6dc;
  color : #f02828;
  border: 1pt solid #f02828;
 
}
li{
  font-size : 9pt;
}
strong{
  font-size : 10pt;
}
hr{
  color : #f02828;
  background-color : #f02828;
  border : -1pt solid;
  margin-top : 40px;
  margin-bottom : 40px;
}
table{
  border : 1pt dashed #f02828;
}
caption{
  color : #f02828;
}
.small{
  font-size : 8pt;
  font-weight : lighter;
}
DT{
  font-weight : bolder;
}
div.main{
  text-align : center;
  width : 100%;
  left : 0px;
}
