﻿body {
}
a
{
	font-family: Arial;
	font-size: 9pt;
}
h1
{
	font-family: Arial;
	color: dimgray;
	font-size: 11pt;
	font-weight: bold;
}
h2
{
	font-family: Arial;
	color: dimgray;
	font-size: 10pt;
	font-weight: bold;
}
h3
{
	font-family: Arial;
	color: dimgray;
	font-size: 9pt;
	font-weight: bold;
}
p
{
	font-family: Arial;
	color: dimgray;
	font-size: 9pt;
}
li
{
	font-family: Arial;
	color: dimgray;
	font-size: 9pt;	
}
ul
{
    list-style-type: square;
}
.copyright
{
	font-family: Arial;
	color: dimgray;
	font-size: 7pt;
}

