
<!-- Global BDM CSS. Colors are set per album. -->

A {
	text-decoration: none
	}
A:link {
	text-decoration: none
	}
A:visited {
	text-decoration: none
	}
A:active {
	text-decoration: underline
	}
A:hover {
	text-decoration: underline
	}
HTML {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.5em;
	}
H1, H2, H3, H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif
	}
P	{
	text-indent: 1em;
	}
BIG, LI {
	font-size: 115%;
	}
P.blockletter:first-letter {
	font-size: 160%;
	font-weight: bold;
	}
BLOCKQUOTE P, BIG P {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: justify
	}
CITE {
	font-size: 80%
	}
TT {
	font-weight: bold;
	font-size: 105%
	}
A.secret {
	text-decoration: none;
	color: black
	}
A.secret:link {
	text-decoration: none;
	color: black
	}
A.secret:visited {
	text-decoration: none;
	color: black
	}
A.secret:active {
	text-decoration: none;
	color: black
	}
A.secret:hover {
	text-decoration: none;
	color: black
	}

div.quality_button { display:inline-block; background-color:none; border-radius:1em 1em 0 0; padding:0.6em 2em 0.1em 2em; margin:0 0.5em 0 0; font-weight: bold; }
div.quality_button:not(.active) { color:rgba(0, 0, 0, 0.5); }
div.quality_button:hover:not(.active) { cursor:pointer; }
