@charset "utf-8";
/* CSS Document */
*
{
	font-family: Georgia;
	font-size: 12pt;
}

body
{
	width: 100%;
}

header, footer
{
    display: none;
}

img.chutney_image
{
	align-items: right;
	padding: 20px;
    display: inline;
}

img
{
       display: none;
}

h1
{
	font-size: 1.2em;
	margin-bottom: 20px;
}

.text
{
    float: left;
    margin-left: 10px;
}

h2
{
    text-align: inherit;
    padding: inherit;
    font-size: 25pt;
}

div.text h3
{
    font-size: 16pt;
    margin-bottom: 10px;
}

div.text h4
{
    font-size: 16pt;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.text p
{
    font-size: 12pt;
}

sup
{
    font-size: 8pt;
}