
/*
Maurice Ford
comment page style sheet

*/





article {
	width: 28%;
	overflow: scroll;
	height: 300px;
	float: left;
	font-size: 1.2em;
	color: #006600;
	margin-left: 3%;
	margin-top: 4%;
	text-align: left;
	padding-left: 5px;
	background-color: white;
	border: 5px solid black;
	border-radius: 5px;

}

article h1 {
	font-size: 1.5em;
	text-align: center;
	font-style: italic;
}
