@charset "UTF-8";
/* CSS Document */

.callout {
	border: 1px solid blue;
	padding: 10px;
	width: 100%;
	margin: 0px 40px;
	}
	
.callout h1, .callout h2, .callout h3, .callout h4 {
	font-size: 16px;
	}
	
.sidebar {
	border: 1px solid red;
	padding: 10px;
	margin: 10px;
	float: right;
	width: 225px;
	}
	
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4 {
	font-size: 16px;
	}
