div#content h1 {
	color: rgb(255, 0, 0);
	text-align: center;
}

div#content {
	background-color: rgb(0, 51, 102);
	color: rgb(255, 255, 255);
	border: rgb(0, 0, 0) medium solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
}

div#content p#constitution {
	font-weight: bold;
}

div#content p#amendment {
	color: rgb(255, 0, 0);
	font-weight: bold;
	text-align: right;
	font-size: 0.9em;
}
