.invert:active {
    filter: invert(1);
}

html {
    cursor: url(photos/Hand-Right.cur), auto;
}
body a:hover {
    cursor: url(photos/Hand-Right.cur), auto;
}
.center {
    text-align: center;
}
.left {
text-align: left !important;
}