


@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 25pt 15pt 22pt 15pt;  
} 


p
{
		line-height:40%; 
}

body

{
    font-size:9pt; 
		line-height:60%; 
		margin: 25pt 15pt 22pt 15pt;
		
}

.HandRecordDisplay    
{
    font-size:9pt; 
		line-height:60%; 
		
}


.HandRecordDisplayCell
{
    font-size:9pt; 
		line-height:80%; 

}

.HandRecordDisplayHeader
{
    font-size:9pt; 
		line-height:60%; 

}

.NoPrint, .NoPrint *
{
  display:none;
}

