/* yosemite style.css */

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

.footnote	{ font-size: small; }

.small-caps	{ font-size: smaller; font-variant: small-caps; }
.caps		{ font-variant: small-caps; }

.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; }
.normal		{ font-size: normal; }
.large		{ font-size: large; }

.breadcrumb	{font-size: normal; text-decoration: none; color: black;
		 font-family: arial,verdana,helvetica,univers,clean,geneva,"lucida sans",sans-serif; }
.search-terms	{ font-size: small; color: gray; }

/* end, yosemite style.css */
