/* CSS Document */

/**
*Definições padrao para textos em body e para tags que usualmente contém textos
**/

body              { font-family:Verdana, sans-serif; font-size:12px; color:#000000; }
  body a          { text-decoration:none;}
  body a:link     { color:#333333; }
  body a:visited  { color:#000000; }  
  body a:hover    { color:#9F936D; }
  body a:active   { color:#666666; }

/**
*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
**/
p, a, li, adress, blockquote  { font-size:12px; line-height:16px; text-align:left; }
h1                            { font-size:24px; line-height:28px; text-align:left; }
h2                            { font-size:22px; line-height:26px; text-align:left; }
h3                            { font-size:20px; line-height:24px; text-align:left; }
h4                            { font-size:18px; line-height:22px; text-align:left; }
h5                            { font-size:16px; line-height:20px; text-align:left; }
h6                            { font-size:14px; line-height:18px; text-align:left; }

/*Outras Tags*/
/*
sup, sub
i, b, u
big, small
*/
