body {
	margin: 10;
	padding: 0;
	color:#000;
	background-color:#fff;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	}
/* Default links */
a:link, a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none}
a:hover {text-decoration:underline}	
a:active {
	color:#006699;
	font-weight:bold;
	text-decoration:none
	}
a:link.noaccess, a:visited.noaccess {
	color:#ff6600;
	font-weight:bold;
	text-decoration:none}
a:hover.noaccess {text-decoration:underline}	
a:active.noaccess {
	color:#ff6600;
	font-weight:bold;
	text-decoration:none
	}