body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
a {
    color: #e0b110;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    background: #e0b110;
    color: white;
}
a.red {
    color: #DD0000;
}
a.red:hover {
	text-decoration: none;
    background: #DD0000;
    color: white;
}
.aNoHoverBg:hover {
	background: transparent;
}
