BODY {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000066;
}

BODY, TABLE {
	font-size: 12px;
}

a, a:visited, a:hover, a:active {
	color: Blue;
	text-decoration: underline;
}

H1 {
	font-size: 170%;
	margin-top: 0.5em;
}

H2 {
	font-size: 135%;
	margin-top: 0.4em;
}

H3 {
	font-size: 120%;
	margin-top: 0.3em;
}

SELECT {
	width: 110px;
}

INPUT.Btn {
	width: 110px;
	margin-top: 14px;
	font-size: 17px;
}

INPUT.Edit {
	width: 99%;
	font-size: 17px;
}

DIV.Result {
	padding-left: 20px;
	padding-bottom: 3px;
	padding-right: 20px;
	padding-top: 3px;
	font-size: 13px;
}

div.pagenumber {
	text-align: right;
}

footer {
	font-size: 10px;
}

table.diff, tr.diff, td.diff {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

span.diff_whiteblack {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	background-color: White;
	color: Black;
}

span.diff_silvergreen {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	background-color: #E7E7E7;
	color: Green;
}

span.diff_silverblue {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	background-color: #E7E7E7;
	color: Blue;
}

span.diff_silverred {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	background-color: #E7E7E7;
	color: Red;
}

span.box {
	background-color: #2161A8;
	border: 1px solid #6495ED;
	color: #F0F0F0;
	padding: 0px;
	position: absolute;
	cursor: move;
}

span.box_question {
	background-color: #2161A8;
	border: 1px solid #6495ED;
	color: #F0F0F0;
	padding: 0px;
	position: absolute;
	cursor: default;
}

span.box:hover {
	background: none transparent; 
	color: Black; 
	border: 2px solid #6495ED; 
}

span.box_content {
	padding: 5px;
}

