﻿/* 20110705 > BMCC > Geral
 ------------------------------------------------------------------------------ */
body  {
    margin:0px;
    padding:0px;
    font-family:Verdana, Arial, Sans-Serif;
    font-size:11px;
    color:#5e5e5e;
    background-image:url(Imagens/background.jpg);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#ffd200;
}
a {
    color:#394ed4;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
img {
    border:none;
}
h1,h2,h3,h4,h5,h6 {
    margin:0px;
    padding:0px;
    font-weight:normal;
}
p {
    margin:0px 0px 12px 0px;
    padding:0px;
}