body {
background-color: white;
background-image: url('imagen/fondo.jpg');
background-repeat: no-repeat; 
background-position: top center;
}

h1 {
font-family: New York; serif;
font-size: 24pt;
font-style: italic;
text-align: center;
color: #990000;
}

h2 {
font-family: Palatino, serif;
font-size: 20pt;
text-align: center;
}

h3 {
font-family: Palatino, serif;
font-size: 16pt;
font-style: italic;
text-align: center;
color: #990000;
}

h4 {
font-family: Palatino, serif;
font-size: 12pt;
text-align: center;
}


hr {
background-color: #009900;
}

p {
font-family: Arial, Verdana, "sans-serif";
font-size: 10pt;
}

ul {
font-family: Arial, Verdana, "sans-serif";
font-size: 10pt;
}

a {
	color: #CC6600;
	font-family: Arial, Verdana, "serif";
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #FF0000;
}

A.navLink:link {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

A.navLink:visited {
	text-decoration: none;
	color: #FF00FF;
}
A.navLink:hover {
	color: #FFCC00
; text-decoration: none
}
