<style type="text/css" media="all">@import url(style/buzz.css); /* Mostly just text styling. */body {	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */	text-align:center; /* Hack for IE5/Win */	}	#Content {	width:700px;	margin:0 auto; /* Right and left margin widths set to "auto" */	text-align:left; /* Counteract to IE5/Win Hack */	padding:15px;	border:groove 8px #c90;	background-color:#fff;	}</style>