/* ****************** Style for page body *************** */body         { background-color: #000040; color: #FFFFFF; font-family: Arial; margin-left:                10%; margin-right: 10%}H1 {	COLOR: white; FONT-FAMILY: verdana,sans-serif; LETTER-SPACING: 5px; align:left}H2 {	COLOR: yellow; FONT-FAMILY: verdana,sans-serif; LETTER-SPACING: 2px; align:left}H3 {	COLOR: yellow; FONT-FAMILY: verdana,sans-serif; LETTER-SPACING: 1px}.caixa       { text-align: Center; border-top-style: double;                border-top-width: 1; border-bottom-style: double;                border-bottom-width: 1; padding-top: 3; padding-bottom: 3 }.cxcentral   { background-color: #000066;  padding: 2%}.rodape      { font-size: 0,5em; font-variant: small-caps }HR { HEIGHT: 2px; COLOR: yellow}:link {   background: #000040;   color: #ff9900;   font: bold;}:visited {   background: #000040;   color: #ff9000;   font: bold;}:active {   background: white;   color: black;   text-decoration: none;}/* ****************** Estilo para a impressora  ************** */@media print {body {   background: white;   color: black;   font: arial;   margin-left: 0%;    margin-right: 0%}H1, H2, H3, H4, H5, H6, HR, :visited, :active, :link { color: blue}}/* *************** sintetizador de voz ************* */@media aural {   H1, H2, H3,   H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }   H1            { pitch: x-low; pitch-range: 90 }   H2            { pitch: x-low; pitch-range: 80 }   H3            { pitch: low; pitch-range: 70 }   H4            { pitch: medium; pitch-range: 60 }   H5            { pitch: medium; pitch-range: 50 }   H6            { pitch: medium; pitch-range: 40 }   LI, DT, DD    { pitch: medium; richness: 60 }   DT            { stress: 80 }   PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }   EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }   STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }   DFN           { pitch: high; pitch-range: 60; stress: 60 }   S, STRIKE     { richness: 0 }   I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }   B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }   U             { richness: 0 }   A:link        { voice-family: harry, male }   A:visited     { voice-family: betty, female }   A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }}