BODY {
	BACKGROUND-COLOR: white; COLOR: black; MARGIN-LEFT: 10%; MARGIN-RIGHT: 10%
}
A:link  {
	text-decoration : none;
	background-color: cyan;
	color : #000000;
	font-family: helvetica,sans-serif;
}

/* Color de ligas nuevas*/
A:visited  {
	text-decoration : none;
	font-family: helvetica,sans-serif;
	color : #800020;
}

/* Color de ligas visitadas*/
A:active  {
	text-decoration : none;
	font-family: helvetica,sans-serif;
	color : #000000;
}

/* Color de liga activa*/
A:hover  {
	text-decoration : none;
	font-family: helvetica,sans-serif;
	background-color: white;
	color : #0000B0;
}

H1 {
	COLOR: #880000; FONT-FAMILY: geneva,arial,tahoma,helvetica,sans-serif; FONT-SIZE: 150%; MARGIN-LEFT: -2%; MARGIN-TOP: 12px
}
H3 {
	COLOR: #484848; FONT-FAMILY: geneva,arial,tahoma,helvetica,sans-serif; FONT-SIZE: 80%; MARGIN-LEFT: -1%
}
BLOCKQUOTE {
	COLOR: #484848; FONT-FAMILY: geneva,arial,impact,tahoma,helvetica,sans-serif; FONT-SIZE: 80%
}
