/* CSS Document */

body{
font-family: "Trebuchet MS";
font-size: 13px;
color: #000000;
background-color: #FFFFFF;
}

td {
font-family: "Trebuchet MS";
font-size: 13px;
color: #000000;
}

.contacto {
font-family: "Trebuchet MS";
font-size: 11px;
color: #000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
