@media screen {

        /* Html 5 */
        article, aside, footer, header, nav, section { display: block; }

        /* Reset: http://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles/ */
        * { vertical-align: baseline; font-weight: inherit; font-family: inherit; font-style: inherit; font-size: 100%; border: 0 none; outline: 0; padding: 0; margin: 0; }
        li { list-style: none; }

        /* Clearfix: http://perishablepress.com/press/2009/12/06/new-clearfix-hack/ */
        .group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
        * html .group { zoom: 1; }
        *:first-child+html .group { zoom: 1; }

        /* Always show vert scrollbar in FF */
        html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; }

        /* defaults */
        em { font-style: italic; }

}