/* Estilo para el documento */

A:link { color: #0000FF; }
A:visited { color: #800080; }
A:active { color: #800000; }
A:hover { color: red; font-weight: bold }

BODY {
	color: rgb(0, 0, 0);
	background-color: rgb(0, 0, 0);
	background-image: url(graficos/linxback.png);
	text-align: justify;

}


TABLE {
	cellpadding: 2;
	cellspacing: 2;
	border: 1;
	text-align: left;
	width: 100%;
	vertical-align: super;
}

TD {
vertical-align: top; 
font-weight: bold; 
}

IMG {
	border:0;
}
/*<span style="font-weight: bold;">*/
/*<style fprolloverstyle>A:hover {color: red; font-weight: bold} </style>*/
H1 {
	font-size: 24px;
	color: #006600;
	text-transform: capitalize;
	text-align: center;
	font-weight: bolder;
}

H2 {
	font-size: 24px;
	color: #990000;
	text-transform: none;
	font-style: italic;
}


H5 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;

}

H6 {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

