/* SIMPLE SAMPLE CSS FILE */
#simplesimple { 
    color:#aaa;
    margin: 2em;
    }
.simplecss { 
    color:#300;
    margin: 2em;
    font-family:"League Gothic Condensed Italic", "League Gothic Condensed Regular", "League Gothic Italic"

    }
