/*
 * Style sheet for Antonio Bueno's web page
 * $ID: deia.css, v1.1 1999/04/02 18:45:00 bueno@eia.udg.es
 */

h1, h2, h3,
h4, h5, h6	{ font-family: "gill sans", gillsans, "humanst521 bt", helvetica;
		  color      : #463CAA }

h1 		{ font-size  : 23pt }
h2		{ font-size  : 19pt }
h3		{ font-size  : 15pt }
h4		{ font-size  : 12pt }
h5		{ font-size  : 10pt }
h6		{ font-size  : 8pt }

p		{ text-align: justify }

a:link		{ color: #463CAA }
a:visited	{ color: #000066 }
a:active	{ color: #FF6600 }

