.hl {
	background: yellow;
	
}

#tutor {
	width:500px;
	height: 800px;
}

#prompt1, #prompt2, #prompt3, #prompt4, #prompt5{
	font: 20px/1.2 Verdana, Lucida, Arial, sans-serif;
}




#startButton {
	margin-top: 1em;
}


.bf {
	text-decoration: line-through;
}

.bt {
	font: 20px/1.0 Courier, "Andale Mono", monospace;	
}

.borrow {
	font: 9px/1.0 Courier, "Andale Mono", monospace;	
	color: red;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#problemView {
	font: 20px/1.1 Verdana, Lucida, Arial, sans-serif;
	border-left: thin black solid;	
	border-top: thin black solid;	
	border-right: thin black solid;	
	border-bottom: thin black solid;	
	vertical-align: top;
	background: white;
	top: 0px;
	left: 0px;
}

#probControl {
}

#blackBoard {

}

#problem {

}


.cell {
	margin: 0px;
	padding: 0px;
	height: 1.1em;
	width: .9em;

}


#instr {
}

#instr1, #instr2, #instr3, #instr4, #instr5 {
	height: 1.1em;
}



.ul {
	border-bottom: thin black solid;
}


p.underline {text-decoration: underline;}
p.strike {text-decoration: line-through;}
p.overline {text-decoration: overline;}


