html
    {
    font-family: Times, "Times New Roman", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 14pt;
    display: block;
    padding-top: 20pt;
    padding-bottom: 2pt;
    padding-left: 1em;
	padding-right: 1em;
    background: beige;
    }

        
.declaration p:before
    {
    content: "POINT";
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
	text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding-bottom: 14pt;
    }

.declaration p
    {
    display: block;
    font-style: italic;
    font-size: 12pt;
    font-weight: normal;  
    padding: 5pt;
    }
    
address
{
    display: block;
    font-size: 12pt;
    font-style: italic;
    text-align: center;
    }
name:before
    {
    content: "by ";
    }
name
    {
    display: inline;
    }

affil:before
    {
    content: ", ";
    }
affil
    {
    display: inline;
    }

body 
    {
    display: block;
    margin-left:  1em;
    margin-right: 2em;
    }

section 
    {
    display: block;
    margin-top: 15pt;
    margin-bottom: 10pt;
    }
    
subsec1
    {
    display: block;
    margin-top: 10pt;
    margin-bottom: 2pt;
    }   

p
    {
    font-size: 12pt;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    }     

pre {
    color: #669999;
	background: white;
	border: 1px solid #CCCCCC;
    display: block;
    white-space: pre;
    font-family: "Courier", monospace; 
    font-size: 10pt;
    margin-top: 8pt;
    margin-bottom: 8pt;
	padding: 8pt;
}
    
graphic 
    {
    display: block;
    text-align: center;
    margin-top: 10pt;
    margin-bottom: 2pt;
    }

inlinegraphic 
    {
    display: inline;
    }

h1
    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
    font-weight: bold;
    color: maroon;
	background: beige;
    }

h2 
    {
    display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10pt;
	font-size: 18pt;
    font-weight: bold;
    color: maroon;
    background: beige;
    }
    
h3 
    {
    display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10pt;
	font-size: 14pt;
    font-weight: bold;
    color: #CC3333;
    }
    
strong
    {
    font-weight: 900;
    font-size: 12pt;
	font-style: italic;
    color: #CC3333;
    }
	
.declaration, .challenge
    {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    background: #FFFFEE;
	border: 1px solid black;
    }

blockquote
    {
	display: block;
    margin-left: 40pt;
    margin-right: 40pt;
    color: #CC3333;
	padding: 5pt;
	font-size: 12pt;
	}

small
    {
    font-size: 10pt;
    font-style: italic;
	margin-left: 40pt;
    margin-right: 40pt;
    }

dl
	{
	display: block;
	font-size: 10pt;
	margin-left: 1em;
	}

dt
	{
	display: block;
	font-weight: bold;
	}

dd
	{
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	}

