/* CSS Document */

#thepage #content p {
	position:relative;
	text-align:justify;
	
	border:0px;
	margin:0px;
	padding:0px;
	
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 100;
	font-style:normal;
	color: #777777;
	
	margin-bottom:1em;
}

#thepage #content p span.stress {
	font-weight:bold;
	color: #99CCFF;
}
#thepage #content p span.further {
	border-bottom: 0.1em dotted #777777;
}

#thepage #content p span.aside {
	font-size: 0.73em;
}

#thepage #content p a {
	background-color: #EEEEEE;
	text-decoration:none;
	color: #777777;
	border-bottom: 0.1em solid #777777;
}
#thepage #content p a:hover {
	border-bottom: 0.1em solid #99CCFF;
}

#thepage p.credits {
	position:relative;
	text-align:left;
	
	border:0px;
	margin:0px;
	padding:0px;
	
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: 900;
	font-style:normal;
	color: #EEEEEE;
}

sup {
	font-size:0.65em;
	margin-left:0.125em;
}