/* CSS Document */

.shadowed {
    /* This styles our actual text */
    position: absolute;
    background: transparent !important;
    z-index: 1;
    margin: 0px;
}

/* -- following class names should be updated in js -- */
.black_shadow { color:#062447; }
.blue_shadow { color:#032450; }

