Ottimizziamo un po' il codice:
codice:
#content {
   margin:0;
   padding:8px;
   clear:both;
   background-color:#fff;
   color:#732827;
}
#content a {
   color:#732827;
   text-decoration:underline;
   text-align:center;
}
#content a:visited { text-decoration:none }
#content a:hover { text-decoration:none }
#content a:active {
   clear:both;
   padding:0;
   margin:0;
   text-decoration:none;
}