/* Hoja de estilos estilos.css */

 body { 
       font-family: Arial, Verdana; 
       font-size: 10pt; 
       color: #000000;
       margin-left: 0px;
       margin-top: 0px;}

  a:link {text-decoration: none; color: white}
  a:visited {text-decoration: none; color: #214752}
  a:active {text-decoration: none; color: blue}
  a:hover {color: cyan}

 p {
    text-align: justify}

