.dropshadow {
color: #c0c0c0;

}

.shadowed {
    /* This styles our actual text */
    color: #FFD700;
    position: absolute;
    background: transparent !important;
    z-index: 100;
    margin: 0;
}