P { 
font-size : 18pt; 
font-family : arial,helvetica; 
font-weight : normal; 
color : black; 
background-color : red;
} 
#cabecera { 
font-size : 36pt; 
font-family : verdana,arial; 
text-decoration : underline; 
text-align : center; 
color : black;
background-color : red; 
} 
BODY { 
background-color : #FCF; 
font-family : arial; 
color : black; 
}

#pie { 
font-size : 15pt; 
font-family : arial,helvetica; 
font-weight : normal; 
color : black;
background-color: yellow;
}

#tabla{
               
    border-style: solid;
    border-color: purple;
    border-width: 4px;
    
              
    }
    th, td{
    margin-right: 10px;
    border-bottom-style: dashed;
    border-bottom-color: purple;
    border-bottom-width: 2px;
            }
    table:hover {background-color:LightCoral;}
    
    
  