@charset "UTF-8";
/* CSS Document */

a{text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#info li
{
*padding-left:40px;
}


