A{
  text-decoration:none;
}
A:visited{
  text-decoration: none;
  color: #3399CC;
}
A:active{
  text-decoration: none;
  color: #0000CC;
}
A:hover{
  text-decoration: underline;
  color: #CC3300;
}
body,tr,td,th {
  font-size: 10pt ;
}
.small{
  font-size: 8pt;
}
.big{
  font-size : 11pt;
}
.large{
  font-size: 12pt;
}
.huge{
  font-size: 14pt;
}
H1{
  font-size : 12px;   
  margin-top : 2px;
  margin-bottom : 1px;
}
FORM{
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

