Ho questo css:

codice:
		
		#content {
			margin: 0px;
			padding: 8px;
			clear: both;
			background-color: #fff;
			color: #732827;
		}#content a{
		 color: #732827;
			text-decoration: underline;
			text-align: center;
		}
#content a:active,{
			clear: both;
			padding: 0px;
			margin: 0px;
			color: #732827;
			text-decoration: none;
			text-align: center;
		}
#content a:hover,{
			color: #732827;
			text-align: center;
			text-decoration: none;
		}
#content a:link,{
			color: #732827;
		}
#content a:visited,{
			color: #732827;
			text-decoration: none;
			text-align: center;
		}
eppure il testo linkato mi appare normale, non funziona l'over del mouse ecc...