/* font-size: 18pt; color: white}*/
BODY {
	margin-left : 5px;
	margin-right : 5px;
	background-image: url(/images/fondo.gif);
	color : White;
	cursor : default;
	font-size : small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	background-color : black;
}

A:link, A:visited {
 color: Red;
 text-decoration: none;
}
A:active, A:hover {
 color: White;
 text-decoration: none;
}

hr {
  width: 95%;
  color: Red;
  height: 2px;
}




