/* 
    Document   : common
    Created on : 28-feb-2010, 12.12.24
    Author     : gneko
    Description:
        Purpose of the stylesheet follows.
*/

body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Helvetica, serif;
    color: #333;
}

p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #506eb1;
}

a:hover {
    text-decoration: underline;
}

hr.clear {
    margin: 0px;
    padding:0px;
    visibility: hidden;
    height: 0px;
    clear: both;
}