body	{
	font:"Trebuchet MS", Verdana;
	font-size:14px;
	margin:0 0 0 0;
	color:#000066;
	}

h1.Titulo
{
	margin:0 0 0 0;
	font-size:30px;
	color:#660000;
	text-shadow:Red;
	font-family:"Trebuchet MS", Verdana;
	font-stretch:expanded;
	font-weight:120;
	letter-spacing:5px;
	padding-top: 23px;

}

/*Enlaces normales */
A:link {text-decoration:none;color:#000066}
/*Enlaces visitados*/
A:visited {text-decoration:none;color:#000066}
/*Enlaces hover (Cuando el ratón está encima de ellos)*/
A:hover {text-decoration:underline;color:#990000}
