		html, body
		{
			height:100%;
			width:100%;
			margin:auto;
				font-family: Monaco, 'Lucida Console', monospace;
				letter-spacing:1px;
				font-size: 9px;
				line-height: 14px;
				color: #000000;
		}
			   
		a:link,a:visited {	color: #a33; outline:none; text-decoration: none; }
		a:hover, a:active { color: #000; outline:none; text-decoration: underline; }