input, select, textarea {
	font-family: Arial;
	font-size: 11px;
	margin: 2px;
}


.normaltext {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.smalltext {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	padding: 2px 2px;
}

a.linksmalltext {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.linksmalltext:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

a.linksmalltext:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.linksmalltext:visited:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}


.largetext {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.bartitle {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px;
}

.largetitle {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

/* Título */
.normaltitle {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px;
}

/* Footer */
.footer {
	font-family: Arial;
	font-size: 11px;
	color: #464646;
}

a.linkfooter {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.linkfooter:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

a.linkfooter:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.linkfooter:visited:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

/* Margen lateral */
img {
	margin: 0px 1px;
}

/* Text - Note or Info */
.notetext {
	color: #464646;
}

/* Text - Highlighted */
.highlighted {
	background-color: #000000;
}

<style> 

a:hover{text-decoration:none;} 
a{text-decoration:none;} 

</style>