body{
	font-family:arial;
	font-size:14px;	
}
.titular1{
	font-size:20px;
	color:black;
}
.titular2{
	font-size:20px;
	color:red;
}
.enlace1{
	color:black;
	text-decoration:none;
}
.enlace1:HOVER{
	color:green;
	text-decoration:none;
}
.enlace2{
	text-decoration:none;
}

.enlace3{
	text-decoration:none;
	color:white;
	font-size:10px;
}