body
{
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #555;
	line-height: 24px;
	font-family: times,serif;

}

p { text-indent: 2em; margin-top: 2ex; margin-left: 20%; width: 30em }

#audio {display: none;}

div#stop {padding: 2px 6px 2px 6px; background-color: #333; color:#fff;
	  font-size: .7em; font-family: arial,sans-serif;
	  float:left;margin-right:15px;
	  -moz-border-radius: 5px; border-radius: 5px;cursor: pointer;}

small{font-size:.9em;}

a:hover.tx_trg.lu, a.tx_trg.lu
{
	color: #070;
	text-decoration: underline;
}

#content
{
	overflow: hidden;
	width: 550px;
}

audio { margin: 15px 0; }

#progressContainer
{
	position: relative;
	display: block;
	height: 20px;
	background-color: #eee;
	width: 500px;
	border: 1px solid gray;
	margin-top: 5px;
}

#progress
{
	display: block;
	height: 20px;
	background-color: #99f;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
}

div.body_text a { cursor: pointer; }
div.body_text a:hover { color: #666; }
div.body_text a.aor { color: #000; }
div.body_text a.bor { color: #999; }

