/* Definición de estilos del index.html */
/* NOTA: Cualquier referencia a un archivo, parte del directorio donde esta ubicado este archivo,
         es decir, [url]/css/ */

BODY { 
       font-family: Lucida Sans, Verdana, Lucida Sans Unicode;
       color: #000000;
       margin-top: 20px;
	   margin-right: 10px;
       margin-left: 10px;
	   margin-bottom: 20px;
	 }
	
A.link { text-decoration: none; color: black; }
A:hover.link { text-decoration: underline; color: white; }

h1 {
   font-family: Lucida Sans;
   font-size: 20pt;
   color: #000000;
   text-align: center;
}

h2 {
   font-family: Lucida Handwriting, Lucida Sans;
   font-size: 15pt;
   color: #000000;
   text-align: center;
}