
/************Família de fonte*****************/

body{
font-family: "Arial", "Tahoma" ,"Verdana", "Helvetica", sans-serif;
font-size:12px;

color:#37362f;
}


/************Margem externa e interna de tags de texto*****************/
h1, h2, h3, h4, h5, h6, p, a{
margin:0px 0px 10px 0px;
padding:0px;
}

ul, ol{
margin:0px 0px 12px 0px;
padding:0px;
}

li{
margin:0px 0px 0px 30px;
padding:0px;
}



/************Tamanho de fonte e entrelinhas*****************/
h1{
font-size:24px;
line-height:30px;
text-align:left;
}

h2{
font-size:22px;
line-height:28px;
text-align:left;
}

h3{
font-size:20px;
line-height:26px;
text-align:left;
}

h4{
font-size:18px;
line-height:24px;
text-align:left;
}

h5{
font-size:16px;
line-height:22px;
text-align:left;
}

p, a, li, adress, blockquote{
font-size:14px;
line-height:18px;
text-align:left;
text-decoration:none;
}

/***********Links***********/

body a:link{
color:#37362f;
}

body a:hover{
color:#ABAB9F;
}

body a:visited{
color:#545349;
}

body a:active{
color:#37362f;
}


/*Outras Tags*/
/*
sup, sub
i, b, u
adress
big, small
*/
