﻿body
{
	font-size: 9pt;
}

.screenonly 
{ 
    display: none 
}

.printonly 
{ 
}

.pagebreak 
{
	page-break-before: always;
}

td.left-column 
{
    width: 0%;
}

td.right-column 
{
    width: 0%;
}

td.content-column 
{
    width: 100%;
}

div.title 
{
	font-size: 14pt;
}

div.issue 
{
	font-size: 12pt;
}

p.caption 
{
	font-size: 12pt;
}

img.exercise 
{
    height: 250px;
}

