/* john_muir_exhibit style.css */

/* "Global" Settings */
body		{ background: white; color: black }
a:link		{ color: blue }
a:active	{ color: red }
a:visited	{ color: purple }

.super		{ font-size: smaller; font-variant: small-caps;
		  vertical-align: super; }
.x-small	{ font-size: x-small; }
.xx-small	{ font-size: xx-small; }
.small		{ font-size: small; }
.large		{ font-size: large; }

/* end, john_muir_exhibit style.css */
