.bordered {
	border-style: solid;
	border-width: 2px 4px 4px 2px;
	border-color: silver grey grey silver;
	margin-left: 10%;
	margin-right: 10%;
}

