body{ 
background: #ffffff;
color:#000000;
 }
 
 h1,h2,h3,p,td,ul,ol,li,blockquote{ 
 font-family: Arial,Helvetica,sans-serif ;
 }
 
 h2{
 page-break-before:always;
 }
 
 h4{
 font-size: 1.4em;
  page-break-before:always;

 }
 ul.Square{
 list-style-image:url("images/square.gif");
 }
 
 p.AnswerLine{
 border-bottom: 1px solid black;
 margin-bottom:4em;
 margin-top:2em;
 }
 
 p.AnswerLineShort{
 border-bottom: 1px solid black;
 margin-bottom:4em;
 margin-top:2em;
 margin-right:50%;
 }
 
 div.info-box{
 display:none;
 }