/* General linkology */	a:link, a:visited {	font-weight : bold; 	text-decoration : none;	color: #CC0000;	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 {	border: 0;	border-top: 1px solid #ccc;	color: #F00;		padding: 5px 7px 7px 10px;	text-align: center;	clear: both;	font-size: xx-small;	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;	font-size: x-small;		}html>#footer	{	font-size: x-small;	} #footer p	{	margin: 10px 0;	padding: 0;	color: #333333;	}#footer ul	{	margin: 10px 0 0 0;	padding: 0;	}	#footer li	{	display: inline;	margin: 0;	padding: 0 15px 0 0;	text-align: center;	border: 0;	}	
