@charset "utf-8";
/* CSS Document */
ol.roman {
	list-style-type:lower-roman;
}
ol.upper {
	list-style-type:upper-alpha;
	font-size: 1.2em;
}
ol.lower {
	list-style-type:lower-alpha;
}
ol.number {
	list-style-type:decimal;
}	
.tip {
	color:#0000FF;	
}
.tooltip {
  display: block;
  font-size: smaller;
  left: 0;
  padding: 5px;
  position: absolute;
  text-decoration: none;
  top: 1.7em;
  width: 15em;
}
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
#story {
	text-align:justify;
}
#memberList {
	width: 200px;
	float:right;
	margin-left: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
}
.outdent {
	position:relative;
	left: -0.5em;
}
