/* global.css                           */
/* Declarações de estilos globais       */
/* usados na Rodrigo Personal Home Page */

/* Fonte padrão */
.fonte {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
font-style:  normal
}

/* Fonte de destaque */
.destaque {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
font-style:  normal;
color: #007000
}


/* Fonte de menor destaque */
.pequena
{
font-family: Arial;
font-size: 10pt;
font-weight: normal;
font-style:  normal
}

/* Fontes de títulos */
.titulo {
font-family: Arial;
font-size:   30pt;
font-weight: 800;
font-style:  normal
}

.sub1 {
font-family: Arial;
font-size:   15pt;
font-weight: 700;
font-style:  normal;
text-decoration: underline;
text-align: left;
}

.sub2 {
font-family: Arial;
font-size:   11pt;
font-weight: 600;
font-style:  normal;
text-decoration: underline;
text-align: left;
}

/* Decoração do link */
A:link    {text-decoration: none}
A:visited {text-decoration: none}
A:hover   {text-decoration: underline}

/* Parágrafo com margem */
DIV.margem { text-indent: 10pt }

/* Afastamento lateral do texto */
DIV.afasta { position: relative; left: 10pt }

/* Definições de cores utilizadas na home page */
