@charset "utf-8";
/* CSS Document */

a
{
text-decoration:none;
color:#000000;
font-weight:bold;


}

a:hover
{
text-decoration:underline;
}
