/*format.css*/
body{
	background-image:url(ucs-bk.jpg);
	text-align:center;
	margin:10px 0px;
}

h1, h2, h3{
	margin:0px;
}

#header{
	background-color:#6699ff;
	border-style:solid;
	border-color:black;
	border-width:1px;
	width:648px;
}

/*The body is horizontally centered by setting its right and left margin widths to "auto".*/
#container{
	margin:0 auto;
	width:650px;
	border-style:solid;
	border-color:black;
	border-width:1px;
}
p{
	margin:15px 30px;
}
