/* CSS Document */
a{
text-decoration:none;
color:#666666;
font-size:12px;
}
a:hover{
color:#000000;
border-bottom: dashed 2px #999999;
}
