/* General linkology */	a:link, a:visited {	font-weight : bold; 	text-decoration : none;	color: #666666;	background: transparent; 	}a:hover {	font-weight : bold; 	text-decoration : underline;	color: #999;	background: transparent; 	}a:active {	font-weight : bold; 	text-decoration : none;	color: #333333;	background: transparent;  	}						#footer {			padding: 5px 7px 7px 10px;	text-align: center;	clear: both;		font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;	font-size: 8pt;		}