/* Esto es mi hoja de estilo */

BODY { background-color:black ; }

A:link { font-weight: bold ; color: #FFFFFF; text-decoration: none; }

A:visited { font-weight: bold ; color: blue ; text-decoration: none; }

A:hover { font-weight: bold ; color: red ; }

A:active { font-weight: bold ; color: green ; }

P { font-family: Arial, Helvetica, sans-serif ; font-size: 17px ;

text-align:justify ; text-indent: 20px ; margin: 7px 8px 7px 8px ; }

/* Fin de mi hoja de estilo */
.bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #0066CC;
	border: white;
}

.navigation{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: compact;
	width: 66px;
	background-image: url(objetos/Banners%20web/flecha-flashimagen%20copy.gif);
	line-height: 12cm;
	height: 31px;
	padding: 8px;
	text-decoration: none;
	text-transform: none;
}
