/* Arquivo de estilo 1 */

/* Corpo */
BODY 
 {
   font-style: normal;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-size: 10pt;
   color: "#6600CC";
 }

/* Título */
P.Titulo 
 {
   font-style: italic;
   font-family: "Arial";
   font-weight: bold;
   font-size: large;
   color: "#330099";
 }

/* Subtitulo */
P.Sub
 {
   font-style: normal;
   font-family: "Arial";
   font-weight: bold;
   font-size: 12pt;
   color: "#0099CC";
 }

/* Detalhe */
P.Detalhe 
 {
   font-style: normal;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-size: 10pt;
   color: "#CECECE";
 }

/* Tabela */
TABLE.Stamp 
 {
   font-style: normal;
   font-family: "Comic Sans MS";
   font-weight: bold;
 }

/* Links */
a:link{color: #CC6600}
a:active{color: #FF9966}
a:visited{color: #0099CC}
a:hover{color: #33CC00}





