	body {	
		margin:10px 10px 0px 10px;
		padding:0px;
		background-image: url("images/bg-page.gif");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: 0px 0px
		}
		
	A { text-decoration: none; }
	A:link { color: "#333333"; }
	A:active { color: "#8196B0"; }
	A:visited { color: "#333333"; }
	A:hover { color: "#8196B0"; }
	A:Hover {text-decoration : none;}
