/*** ETEXT crap ***/
/* the etext floating rollover box */
#float		{ background: white;
                  border: 2px solid #a2193e;
                  padding: 3px;
                  color: black;
                  font-weight: bold;
                  position: absolute; }
/* etext book titles */
.title		{ font-style: italic; }
/* etext foreign words */
.foreign	{ font-style: italic; }
/* etext footnote markers */
.footnumber	{ color: #a2193e;
                  font-size: smaller;
                  margin-right: 2px;
                  cursor: help;
                  vertical-align: super; }
/* etext glossary entry markers */
.definition	{ cursor: help;
                  border-bottom: 2px dotted #a2193e; }
/* Etext floating boxes */
.box		{ background-color: white;
                  border: 2px solid #deb171;
                  width: 50%;
                  float: right;
                  margin: 5px;
                  padding: 5px; }
/* etext quote attributions */
.attributed	{ text-align: right;
                  font-style: italic; }

/* etext audio icons */
.AudioIcon	{ padding: 5px; }

