H1 {
	font-family : sans-serif;
	color : Navy;
	font-size : 16px;
}

H2 {
	font-family : sans-serif;
	color : #222222;
	font-size : 14px;
}

H3 {
	font-family : sans-serif;
	color : #222222;
	font-size : 12px;
}

TD {
	font-family : sans-serif;
	color : #222222;
	font-size : 11px;
}

.normal {
	font-family : sans-serif;
	color : #222222;
	font-size : 11px;
}

.coil {
	font-family : sans-serif;
	color : #222222;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	background-color : White;
	border : thin solid Navy;
	padding : 3px 3px 3px 3px;
	text-align : center;
	height : 14px;
	width : 14px;
	margin : 0px 0px 0px 0px;
}

.coilhighlighted {
	font-family : sans-serif;
	color : #222222;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	background-color : White;
	border : thin solid #00cc00;
	padding : 3px 3px 3px 3px;
	text-align : center;
	height : 14px;
	width : 14px;
	margin : 0px 0px 0px 0px;
}

.coilwrong {
	font-family : sans-serif;
	color : #222222;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	background-color : White;
	border : thin solid Red;
	padding : 3px 3px 3px 3px;
	text-align : center;
	height : 14px;
	width : 14px;
	margin : 0px 0px 0px 0px;
}

.solution {
	//border : thin solid Navy;
	//padding : 3px 3px 3px 3px;
}

a {
	color: #000080;
}

a:visited {
	color: #000080;
}