/*
    Document   : css
    Created on : 10/11/2010, 16:45:30
    Author     : Henrique
    E-mail     : webcontato.henrique@hotmail.com

*/

*{
    margin: 0;
    padding: 0;
    list-style: none ;
    outline: medium none;
    font-family: 'Trebuchet MS','Arial', 'Sans-Serif';
}

body {
    background-color: #F9F3DB;
}
