
BODY {
	background-image: url(/Images/loop.jpg);
	color: #4ff;
	margin: 5px 2em;
	font-size: 12pt; line-height: 1.2em;
}
A:link, A:visited { color: #ffc; }
A:hover, A:active { color: #f00; }

h1,h2,h3,h4	{ text-align: center; }

.ctr	{ text-align: center; }

IMG.lf {
	  float: left; clear: left; margin: 2px 1em 2px 0px;
	  border: thin solid #ff0;
	}

IMG.rt {
	  float: right; clear: right; margin: 2px 0px 2px 1em;
	  border: thin solid #ff0;
	}

.box {
	  border: thin solid #ff0; padding: 5px;
	  width: 100%;
	}

span.em {
	  font-style: italic; font-weight: bold;
	  font-family: Charcoal, sans-serif; font-size: 12pt;
	  line-height: 1.2em;
	}

.buzz {
	font-style: italic; font-weight: lighter; font-family: Charcoal, sans-serif; font-size: small;
	 text-align: right; margin-left: 4em;
	}

.larger { font-size: 117%; font-weight: bold; }

li.l {
	  font-family: Charcoal, sans-serif;
	  font-size: 12pt; line-height: 1.1em;
	  padding: 0 0 1em 0;
	}

p.q:before { content: "Q: "; }
p.q	{ font-style: italic; font-family: Charcoal, sans-serif;
	  font-size: 12pt; line-height: 1.1em;
	}
p.q:before { content: "Q: "; }

p.a	{ font-style: normal; font-family: Times, serif;
	  font-size: 14pt; line-height: 1.1em;
	}

p.advise {
	color: yellow;
	font-size: smaller;
	font-style: italic;
	font-family: sans-serif;
}
p.note {
	  font-style: normal; font-family: Charcoal, sans-serif;
	  border: thin solid #cc0;
	  margin: 0 5% 1em 5%;
	  padding: 0 1em;
	}
p.note:before { content: "Note: "; }
.hilite { color: yellow; font-size: 1.2em; line-height: 1.5em;
