@charset "utf-8";

/*---------------------------------*/
/*   Link Color                    */
/*---------------------------------*/
a:link
{
    color : #078D00;
    text-decoration : none;
}

a:visited
{
    color : #189B12;
    text-decoration : none;
}

a:hover
{
    text-decoration : underline;
}

a:active
{
    color:#666;
}


