/* classes */

body {
  background-color : #FFFFFF;
}

.section {
  text-decoration : none;
  color : #4545B5;
  font-size : 8pt;
  font-family : verdana;
  line-height: 15px;
}

.currentsection {
  text-decoration : none;
  color : #b0b0b0;
  font-size : 8pt;
  font-family : verdana;
  line-height: 15px;
}

.text {
  color : #454545;
  font-size : 8pt;
  font-family : verdana;
  line-height: 15px;
}

.link {
  text-decoration : none;
  color : #4545B5;
  font-size : 8pt;
  font-family : verdana;
  line-height: 15px;
}

.quote {
  color : #454545;
  font-size : 7pt;
  font-family : verdana;
  line-height: 15px;
}

/* 'dramatis personae' style, for dialogs */
.drampers {
  line-height : 15px;
  font-weight : bold;
  font-variant: small-caps;
}

.lastupdate {
  color : #000000;
  font-size : 7pt;
  font-family : verdana;
  line-height: 15px;
}
