ParaWidth {
	width: 600px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 600px;
}
p {
	width: 600px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	background-color: #FFFFFF;
	width: 600px;
	border: thin solid #999999;
	text-align: center;
}
.List {
	list-style-position: inside;
	list-style-type: square;
}

