A{
  text-decoration:none;
}
A:visited{
  text-decoration: none;
  color: #0000ff;
}
A:active{
  text-decoration: none;
  color: #0000ff;
}
A:hover{
  text-decoration:underline;
  color: #cc3300;
}
.style1{
  font-size : 10px;
}
.style-b1{
  font-size : 10px;
  font-weight : bold;
}
.style2{
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}
.style-b2{
  font-size : 12px;
  font-weight : bold;
  text-decoration : none;
}
