a:link {
  text-decoration : none;
  color : #a1a1a1;
}

a:visited {
  text-decoration : none;
  color : #a1a1a1;
}

a:hover , a:active {
  text-decoration : underline;
  color : #a1a1a1;
}

#content {
  /*float: left;*/
  font-family: arial;
  font-size: 11px; 
  padding: 8px 8px 8px 8px;
  margin: 0px 0px 0px 0px;
  background: #fff;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  width: 325; /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 325;	
}

html>body #content {
  width: 325; /* ie5win fudge ends */
}