.aaa:link{
text-decoration:underline;
}
.bbb:link{
text-decoration:none;
}

.aaa:visited{
text-decoration:underline;
}
.bbb:visited{
text-decoration:none;
}

.aaa:active{
color:#ff0000;
text-decoration:underline;
}
.bbb:active{
color:#ff0000;
text-decoration:underline;
}

.aaa:hover{
color:#ff0000;
text-decoration:underline;
}
.bbb:hover{
color:#ff0000;
text-decoration:underline;
}

body{
background:#ffffff;
font-size:13px;
}

table{
font-size:13px;
line-height:17px;
}


