A:LINK{
  color : blue;
}
A:VISITED{
  color : purple;
}
A:ACTIVE{
  color : red;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
A{
  text-decoration : none;
}
.body {  font-size: 11pt; font-weight: normal; line-height : 19pt;}
.menu {  font-size: 9pt; font-weight: normal; line-height: 12pt;}
.small {  font-size: 8pt; font-weight: normal; line-height: 10pt;}
P {  font-size: 11pt; font-weight: normal; line-height : 18pt;
  width : 650px;
  margin-top : 15px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 15px;
}
H1 {  font-size: 11pt; font-weight : bold; line-height: 16pt;
  color : #008040;
}
BODY {  background-color : #000000; color : #3e3e3e;}
.small_font{
  font-size : 9pt;
  line-height : 14pt;
}

