body{
	background-attachment : fixed;
	background-position :left 70px;
	background-repeat: repeat-y;
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	background-color: #000000;
	background-image: url(../IMAGES/fondo.jpg);
}
a:hover{
	background-repeat : repeat;
	color: #FFFF00;
	background-color: #FF0000;
	border-top: thin dotted Yellow;
	border-right: thin dotted Yellow;
	border-bottom: thin dotted Yellow;
	border-left: thin dotted Yellow;
}
a:link{
	font-size : 20px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-style : normal;
	font-variant : small-caps;
	height : auto;
	border-right : medium;
	text-decoration: underline overline;
	color: #FF0000;
}
a:visited {
	font-size: 20px;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

