body {
 font-family: Arial;
  font-size: 10pt;
 color: #333333;
}
.text {
 font-family: Arial;
 font-size: 10pt;
  color: #333333;
}
.textbold {
 font-family: Arial;
 font-size: 10pt;
 font-weight: bold;
 color: #333333;
}
.textsmall {
 font-family: Arial;
 font-size: 8pt;
  color: #333333;
}
a {
 font-family: Arial;
 font-size: 10pt;
 color: #333333;
}
a:link {
 font-family: Arial;
 font-size: 10pt;
 color: #333333;
}
a:visited {
 font-family: Arial;
 font-size: 10pt;
 color: #333333;
}