 
A{
  text-decoration : none;
  color : #0683ff;
  
}
A:VISITED{
  text-decoration : none;
  color : #0683ff;
}
A:ACTIVE{
  text-decoration : underline;
  color : navy;
  background-color : #f7eb7d;
}
A:HOVER{
  text-decoration : underline;
  color : #f0640f;
  background-color : #faf1a0;
}
BODY,td{
  font-size : 13px;
  color : #002260;
  font-family : "MS UI Gothic";
  line-height : 18px;
}
.i-main{
  background-color : white;
}

