html {
    overflow-x: hidden;
    overflow-y: auto;  
} 
body
{
margin: 0px;
padding: 0px;
FONT-FAMILY: Tahoma;
font-size: 12pt;
color: #000;
background-color: white;
}
img {
	border: 0px;
}
a:link, a:active, a:visited	{
color: #0A448D;	
text-decoration: none;
}
a:hover							{	color: #F30;											}

a.line:link, a.line:active, a.line:visited		{	color: #0A448D;		text-decoration: underline;			}
a.line:hover							{	color: #999;											}





.qHeading {
  font-size: 15pt;
  color: #b92232;
  font-weight: bold;
  font-style: italic;
}

.qIntroTxt {
  font-style: italic;
  font-weight: bold;
  font-size: 10pt;
}


.questionText {
  font-size: 10pt;
  font-weight: bold;
  color: #800000;
//  vertical-align: right;
  text-align: left;
  font-family: Tahoma;
}

.questionScaleText {
  font-size: 8pt;
  color: #FF0000;
  font-family: Tahoma;
}



