html,body {
     margin: 0px;
     height: 100%;
     background-color: #9b9b9b;
     background-image: url("background.jpg");
     background-repeat: repeat-x; 
     background-position: 0px 0px;
     font-family: arial;
     font-size: 12pt;
     line-height: 18px;
}

span.asterisk {
	font-size: 10pt;
	font-style: italic;
}