 
BODY{
background-image : url(../so-net-img/bc_0.gif);
text-decoration : none;
font-size : 12px;
}
A{
font-size : 12px;
color : fuchsia;
text-decoration : none;
}
A:LINK{
font-size : 12px;
color : blue;
text-decoration : none;
}
A:VISITED{
font-size : 12px;
color : purple;
text-decoration : none;
}
A:HOVER{
font-size : 12px;
color : red;
text-decoration : none;
}
A:ACTIVE{
font-size : 12px;
color : lime;
text-decoration : none;
}
