html{ font-family: sans-serif; color: #222; }
body
{
	margin: 0; font-size: 1em; line-height: 1.4; 
	background:#eddbb3 url('../img/bg_paper_textured.jpg') repeat center top;
	color:#5a4524;
	padding:20px;
}
a { color: #6a3816; }
a:visited { color: #6a3816; }
a:hover { color: #f47500; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }


.copyright,.legal{text-align:center;font-size:14px;margin:0;line-height:20px;}
		.copyright a,.legal a{color:#5a4524;text-decoration:none;}
			.copyright a:hover, .legal a:hover{text-decoration:underline;}