/* HTML Defaults and Generics Classes */
body {
   /* background: #f4f4f4 url(../img/interface/bg-body.jpg) top left repeat-x; */
    background: #fff;
    font: 67% Arial, Verdana, sans-serif;
    color: #58585a;
    }
    h1 { 
        font-size: 1em; 
    }
    h2 { 
        font-size: 1em;
        margin: 0;
    }
    h3 { 
        font-size: 1em;
    }
    p { 
        font-size: 1em;
    }
    table { 
        }
        th { 
            font-size: 1em;
            text-align: left;
        }
        td { 
            padding: 0;
            font-size: 1em;
        }
    ul {
        list-style: none;
        }
        li {
            position: relative;
            font-size: 1em;
        }
    a, a:link, a:visited {
        text-decoration: none;
        }
        a:hover, a:active {
            text-decoration: underline;
        }
    img { 
        border: none;
    }
    form {
        }
        input, select, textarea {
            font: 1em Arial, Verdana, sans-serif;
        }