@charset "utf-8";
/* CSS Document */

.blockquote {
	margin-left: 40px;
	display: inline-block;	
}

.myimgclass {
	display: block;
	align:center;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	max-width: 600px;
}

.title {
	text-transform:  uppercase;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.caption {
	text-align:center;
}

.green {
	color: #328432;
}

.lightgreen {
	color: #5d8432;
}

.none {
	list-style: none;
}

.inline {
	display:inline;
}

main {
	max-width: 80%;
	margin: auto;
}