body{ 
	background-color: white;
	font-family: arial; 
	font-size: 7px; 
}

hr{color:black;
}

.h1{
	font-family: arial, sans serif; 
	font-weight: bold;
	font-size: 12px;
	color: black;
}

.h2{
	font-family: arial, sans serif; 
	font-weight: bold;
	font-size: 16px;
	color: black;
}


.scantitle{
	font-family: arial, sans serif; 
	font-weight: bold;
	font-size: 22px;
	color: black;
}

.scantext{
	font-family: arial, sans serif; 
	font-weight: normal;
	font-size: 12px;
	color: black;
}

.scanbutton{
	font-family: arial, sans serif; 
	font-weight: normal;
	font-size: 16px;
	color: black;
}

#formStack {
	position: relative;
	width: 300px;
	visibility: visible;
	}
	
	
	
#innerDisplay, #outerDisplay {
		font-family: arial, sans serif; 
		font-weight: normal;
		font-size: 12px;
		color: black;
			padding:5px; 
			position: relative; 
			top: 50px; 
			left: 0px; 
			visibility:hidden;
			}