<STYLE TYPE="text/css">

A:link {	COLOR: blue; TEXT-DECORATION: none;}
A:active {	COLOR: #ff0000; TEXT-DECORATION: none}

A:hover { color: #000066; background: #FFFF00 }

A.ch {	COLOR: #000000; TEXT-DECORATION: none}
A.ch:unknown {	COLOR: #000000; TEXT-DECORATION: none}

BODY { BACKGROUND: #FFFFCC; SCROLLBAR-FACE-COLOR: #FFFFCC; SCROLLBAR-HIGHLIGHT-COLOR: #FFFFCC; SCROLLBAR-SHADOW-COLOR: #FFFFCC; SCROLLBAR-3DLIGHT-COLOR: #FFFFCC; SCROLLBAR-ARROW-COLOR: black; SCROLLBAR-TRACK-COLOR: #FFFFCC; SCROLLBAR-DARKSHADOW-COLOR: #FFFFCC; }

P { TEXT-ALIGN: justify; FONT-FAMILY: verdana,arial,sans-serif; background: #FFFFCC; }

H1 { font-family: Arial; font-size: xx-large; font-weight: bold; color: #800000; background: #FFFFCC; text-align: center;	border-top: inset; border-bottom: inset; }

H2 { FONT-FAMILY: Arial,Helvetica; COLOR: red; font-size: 30px;font-weight: bold;text-transform:capitalize;}  

H3 { FONT-FAMILY: Arial; COLOR: black; background: #CCFFFF; font-size: 15px; text-align: center;  border-bottom: inset;}

H4 { FONT-FAMILY: Courier; COLOR: black; font-size: 15px;} 

H5 { FONT-FAMILY: Verdana; COLOR: black; font-size: 13px; background: #FFFFCC; border-top: inset; }  

H6 { FONT-FAMILY: Verdana; COLOR: black; font-size: 13px; background: #CCFFFF; border-top: inset; }  


 div.figura {
    float: left;
    width: 25%;
    border: thin silver solid;
    padding: 0.5em;
  }
  @media all {			/* Avoid a problem with NS 4.7 on Mac? */
    div.figura {margin: 0.5em;}
  }
  div.figura p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
  }

 div.figura2 {
    float: right;
    width: 25%;
    border: thin silver solid;
    padding: 0.5em;
  }
  @media all {			/* Avoid a problem with NS 4.7 on Mac? */
    div.figura2 {margin: 0.5em;}
  }
  div.figura2 p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
  }

</style>
