/* 
    Document   : body.css
    Created on : 21-mag-2010, 10.05.16
    Author     : incal
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}
body{
    font-size:75%;
    font-family: Verdana,Georgia,Arial, "Times New Roman", Times, serif;
    margin:0;
    color: #3A3A3A;
    padding:0;
    background-color: #000000;
    /*color:#494949;*/
}
p {
    font-size:75%;
    color: #3A3A3A;
    font-family: Verdana,Georgia,Arial, "Times New Roman", Times, serif;
}
