/* CSS Document */

.hand {
cursor: pointer;
cursor: hand;
}

.copyright, a.copyright {
font:0.8em Arial, Helvetica, Geneva, sans-serif;
}

.redOutline {
border:1px solid red;
}
.deletion {
color:#c80004;
}
.deletion:hover {
background-color:#ffe2dc;
}