/* center */

.center {
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

a {
    text-decoration: none;
}

/*
a:-webkit-any-link {
color: -webkit-link;
text-decoration: underline;
cursor: auto;
}
*/

/* eof */