.dropshadow {
    /* Empty declaration: this is here so that you can tag shadowed things */
    color: #666666;

}

.shadowed {
    /* This styles our actual text */
    color: #666666;
    position: absolute;
    background: transparent !important;
    z-index: 100;
    margin: 0;
}
