body {
	color: #231333;
	background-color: #f3f2f4;
}

a { color: #231333 }
a:link { color: #231333; }
a:visited { color: #231333; }
a:active { color: #231333; }
a:hover { color: #231333; }

/* stripe color */

#masthead {
	color: #231333;
}

#navstripe {
	background-color: #231333;
}

ul#navstripe .here {
	color: #231333;
}

ul#navstripe a:hover {
	color: #231333;
}

/* navigation link background matching */

ul#navstripe li:hover {
	background-color: #f3f2f4;
}

ul#navstripe .here {
	background-color: #f3f2f4;
}

ul#navstripe a {
	color: #f3f2f4;
}

/* get rid of outline when in focus */
canvas {
	outline: none;
}

/* captions */

.caption {
	width: 1000px;
	margin-top: 60px;
}

.caption p {
	margin-bottom: 6pt;
}
