/*
	BEGIN + STRUCTURE MODULE + + + STRUCTURE MODULE + + + STRUCTURE MODULE
*/
/*
	BEGIN
		Tantek Celik's "Box Model Hack"
	for
		Dan Cederholm's "Flexible Text" technique
	featuring
		Cliff Walker's "Nested Block Reset" modification
	PAM's explanation of all this lives at
		http://www.positiveatheism.org/conventions.htm#BOXMODEL
		http://www.positiveatheism.org/conventions.htm#FLEXIBLETEXT
*/
/*	The Box Model Hack hiding code for the Flexible Text technique */
body, ul, dl, ol, blockquote {
	font-size: x-small; 
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
/*	The "Be kind to Opera" twist. */
html>body {
	font-size: small;
}
/*	END Box Model Hack.
*/
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	text-align: left;
	list-style-type: disc;
}
.PCopySlug {
	font-size: 70%;
	text-align: center;
	margin: 16pt;
}

li.LiColorKey {
	font-size: 80%;
}

a {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

