@import url( "../site-header.css" );
@import url( "site-header-color.css" );
@import url( "../layout.css" );
@import url( "../color.css" );
@import url( "color.css" );
@import url( "image-borders.css" );

h2 {
	border-top: solid thin #777;
	padding-top: 10px;
}

.note:before {
	content: "Note: ";
}
.note {
	font-style: italic;
	font-size: small;
	margin: 1em 2em;
	padding: 0 1ex;
	border-left: thin solid #777;
	border-right: thin solid #777;
}
