@charset "UTF-8";
.tile-stats .count, .tile-stats h3, .tile-stats p{ margin-left: 0;}


.test{
    text-decoration: none;
    color: #851AA5
}
a:link {
    text-decoration: none;
    color: blue
}

　　 a:active {
    text-decoration: blink
}

　　 a:hover {
    text-decoration: underline;
    color: red
}

　　 a:visited {
    text-decoration: none;
    color: green
}


