
  
    .myIndent {margin-left:8%}
    .tablestyle
               {
                background-color:#FFCC66;   
                border-style:groove;
                border-width:3px;
                border-color:Maroon;
                font-size:14pt;
               }
                   
    .windowstyle {height:300; width:225;}    
    
    .menu {background-color:#FF9933;
           border-style:inset;
           border-width:thin;
           border-color:Maroon;
           color:#660033;}
    A:link {color:#660033; font-family:imprint mt shadow; font-weight:bold; font-size:18pt;
            text-decoration:none;}
    A:visited {color:#660033; font-family:imprint mt shadow; font-weight:bold; font-size:18pt;
               text-decoration:none;}
    A:active {color:#ffcc66; font-family:imprint mt shadow; font-weight:bold; font-size:18pt}
    A:hover {color:#FF0066; font-family:imprint mt shadow; font-weight:bold; font-size:18pt; text-decoration:underline;}
    img.nohover {border:0}
    img.hover {border:0;display:none}
    A:hover img.hover {display:inline}
    A:hover img.nohover {display:none}
    a {outline:none}
    table
        {
         font-style:normal;   
        } 
    td 
      {
       border-color:Blue;
       border-width:1px;
       }
      
    text
        {
         font-size:14pt;
         color:#880000;
         font-family:forte;
        }
    body
        {
         background-image:url('../images/fondo.gif');
         background-attachment:fixed;   
         font-weight:bold;
         font-family:imprint mt shadow;  
         font-style:italic;
         font-size:18pt;
         margin-left:12%;
         margin-right:12%;        
        }
    
    img {border:none}
    
    H1{color:#990033;
       font-style:italic;
       font-size:40pt;
       font-weight:bold;
       font-family:imprint mt shadow;
       text-decoration:underline;
       }
    H2 {position:relative; left:15px;
        color:#990033;
        font-style:italic;
        font-size:24pt;     
        font-weight:bold;
        font-family:imprint MT Extra ;
        text-decoration:underline;
        }
    H3 
       {color:#660033;
        font-style:italic;
        font-size:20pt;
        font-weight:bold;
        text-align:center;        
        }
    P 
     { 
       text-indent:35px;  
       text-align:justify;
       font-family:imprint mt shadow;
       font-weight:bold;
       color:#660033;
       font-style:italic;
       font-size:18pt;
       }
    UL
      {color:#880000;
       font-style:italic;
       font-size:14pt;
       font-weight:bold;
       font-family:arial;
       }
    Div 
       {color:#660033;
        font-family:imprint mt shadow;
        font-weight:bold;
        font-style:italic;
        }
        
     #dropmenudiv{background-color: #ff9933;
position:absolute;
border-color:Maroon;
border-left-width:3px;
border-right-width:3px;
border-bottom-width: 3px;
font:normal 10pt imprint mt shadow;
font-style:italic;
line-height:18px;
z-index:100;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffcc66;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 2px;
text-decoration: none;
font-weight: bold;
}

#window {height:300;width:225;}