body{
	color: white;
	background-color: #000080;
}

.original {	line-height: 2em; }

.target { color: orange; }

#analysis, .analysis{
	display: block;
	margin-left: 5em; 
	margin-right: 2em;
	margin-top: .5em;
	margin-bottom: .5em;
	color: yellow;
	line-height: 1em;
}

div.analysis a{
	color: yellow;
	text-decoration: underline;
}

div.analysis a:hover{
	color: gray;
}

strike, del{
	text-decoration: none;
	font-style: normal;
}

#markup, #revised, ins, .revised, .finalonly { display: none; }

span.comment span.tooltip{
	display: none;
}
