@charset "UTF-8";

body {
	font-family: Optima, 'Gill Sans', Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	background-color: white;
	padding-left: 1pc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-right: 1pc;
	margin-left :20px;
	margin-right :20px;
}
p {
	font-family: inherit;
}
ul { font-family: inherit; list-style-type: disc }
h1 { font-size: x-large; font-family: inherit; font-weight: bold; padding-bottom: 2px; border-bottom: thick solid #3176bb }
h2 { font-size: large; font-family: inherit; font-weight: bold }
h3 { font-size: large; font-family: inherit; font-style: italic; font-weight: normal }
td {}
a  {
	color: #0000FF;
	text-decoration: none
}
a:visited { color: purple; text-decoration: none }
a:hover { text-decoration: underline; }
a:active { color: red }
.remark {
	font-style: italic;
	font-size: smaller;
}
,nohandheld {}
img.small {
    height: 60pt;
    width: auto;
}
