html, body {	background: #fff;	color: #333;	/*font: 100%/180% "Arial", "Helvetica", "Verdana", sans-serif;*//*	font-size: 11px;*/	border: 1px solid #fff;	}	a:link { color: #625B55; text-decoration: underline; background: transparent; }a:visited { color: #333; text-decoration: underline; background: transparent; }a:active { color: #333; text-decoration: underline; background: transparent; }a:hover { color: #999; text-decoration: underline; background: transparent; }