BODY
	{
	margin: 20px;
	background-color: White;
	color: Black;
	font-family: Arial,Helvetica,Sans-serif;
	font-weight: normal;
	}

A:active
	{
	text-decoration : none;
	}

A:link
	{
	text-decoration : none;
	}

A:visited
	{
	text-decoration : none;
	}

A:hover
	{
	text-decoration : underline;
	}

H1
	{
	page-break-before: always;
	font-size: 20px;
	}

H2
	{
	font-size: 16px;
	}

H3
	{
	font-size: 13px;
	}
	
HR
	{
	color: Black;
	background: Black;
	height: 1px;
	}
	
UL
	{
	font-size: 13px;
	font-weight: bold;
	margin-left: 0;
	padding-left: 17px;
	}

P
	{
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 20px;
	page-break-inside: avoid;
	}
	
TABLE
	{
	font-size: 12px;
	page-break-inside: avoid;
	}
