 
A:LINK{
  color : blue;
  text-decoration : underline;
}
A:VISITED{
  text-decoration : underline;
  color : blue;
}
A:ACTIVE{
  color : navy;
}
A:HOVER{
  color : yellow;
  background-color : red;
}
BODY,TR,TD{
  font-size : 9pt;
}
h1{     font-weight: 400;
        font-size: 12px;
	LINE-HEIGHT: 1.9em;
        margin-top:0;
        margin-bottom:0;
        text-decoration:none}
h2{     font-weight: 400;
        font-size: 12px;
	LINE-HEIGHT: 1.9em;
        margin-top:0;
        margin-bottom:0;
        text-decoration:none}
h3{     font-weight: 400;
        font-size: 12px;
	LINE-HEIGHT: 1.9em;
        margin-top:0;
        margin-bottom:0;
        text-decoration:none}
h4{     font-weight: 400;
        font-size: 12px;
	LINE-HEIGHT: 1.9em;
        margin-top:0;
        margin-bottom:0;
        text-decoration:none}
.link1 {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
