@charset "utf-8";
/* CSS Document */
.bus_phil{
cursor:pointer;
text-decoration:none;
background-color:#000000;
}

.bus_phil:hover
{
cursor:pointer;
background-color:#FFFFFF;
text-decoration:none
}


