/* 
    Document   : html-elements
    Created on : 10.10.2009, 15:31:35
    Author     : tim niggemann
    Description:
        Format html elements
*/

body {
    background-color: #F2F2F2;
    margin: 0px !important;
    padding: 0px !important;
    height: 100%;
    width: 100%;
}

span, p, font, a, body, div, table, td, tr {
    font-size: 11px;
    color: #000000;
    font-family: Trebuchet,Arial,sans-serif;
}

a, a:link, li a, li a:link {
    color: #B2B2B2;
    text-decoration: none !important;
}

a:active, a:hover, li a:active, li a:hover {
    color: #000000;
    text-decoration: none;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
}

h4 {
    margin: 14px 0;
    font-size: 14px;
}