body {
	background-color: #ccffff;
	line-height: 1.5em;
	color: #000099;
}
#content {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 0.5em;
	border: solid 1px #0099cc;
	width: 400px;
}
em {
	font-style: normal;
	font-weight: bolder;
	font-size: larger;
}
.sample1 {
	margin-top: 0;
	font-size: smaller;
	text-align: left;
}
.sample2 {
	text-align: center;
}
.sample3 {
	font-size: smaller;
	text-align: right;
}