A:hover          	    {color:cb9833; text-decoration: none}
A:link, A:active, A:visited {text-decoration: none}
/* acima trata link */



a { color: #4c6b90; }
a:visited { color: #4c6b90; }
a:visited:hover { color: #4c6b90; }
a:active {text-decoration: none}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline; 
color: #026AFD;
}

.p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none; color: blue
}
td{
	background-repeat: no-repeat; 
}
td:hover {
background: #FFEDBD;
}

.content {
/*margin: 2.5em 3%; */
font: 1em Georgia, Palatino, Serif; 
padding: 1.5em;
border: 4px groove  #ADD8E6;
background: #f5f5f5;
}