@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fffbd8;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #663300;
}
a:link { 
	color: #663300;
	text-decoration: underline;
	}
a:visited { 
	color: #663300;
	text-decoration: underline;
	}
a:hover { 
	color: #ffe500;
	text-decoration: none;
	}
a:active { 
	color: #663300;
	}
