body { 
	margin: 0px;
	text-align: center;
	min-width: 760px;
	font: 70%/1.0em "Trebuchet MS", Trebuchet, Georgia, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#333;
	padding: 0px;
	}
#box {
	width: 760px;
	background:#fff;
	margin:0 auto;
	text-align: left;
	padding:0px;
}

p {
	font-size:1.2em;
	color:#000;
	line-height:1.3em;
	padding:5px 0 10px 0;
	margin:0;
	}
a {
	color:#660;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
img {
	border:none;
	}
li, ul {
	list-style-type:none;
	}


