/* GERAL.CSS*/

/* definicoes gerais */

body
{
margin:0px;
background:#FFF;
}

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

p
{
margin:0px;
font:12px/14px Arial, Helvetica, sans-serif;
color:#333;
}

a
{
color:#549311;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}

img
{
border:0px;
}
