body {
scrollbar-base-color: #000000;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #4c4c4c;
}
/* DIV STYLES */

.H1  {
	font-family : Arial;
	color : #000000;
	font-size : 14pt;
	font-weight: bold;
 }

.content  {
	font-family : Arial;
	color : #000000;
	font-size : 9pt;
	 }


.datesrem  {
	font-family : Arial;
	color : #ffffff;
	font-size : 9pt;
	 }

/* LINK COLOURS AND STYLES */
a:link { 
	color: #cfac03;
	text-decoration: none;
	font-family : Arial;
	font-size : 9pt;
	font-weight: bold;
	}
a:visited { 
	color: #cfac03;
	text-decoration: none;
	font-family : Arial;
	font-size : 9pt;
	font-weight: bold;
	}
a:hover { 
	color: #f2280c;
	text-decoration: none;
	font-family : Arial;
	font-size : 9pt;
	font-weight: bold;
	}

.copyright {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}

		A.footer:link  {
		font-family: Arial;
		font-size: 8pt;
        	color : #000000;
        	text-decoration : none;
        }
        
        A.footer:visited  {
        	color : #000000;
			font-family: Arial;
			font-size: 8pt;
			text-decoration : none;
        }
        
        A.footer:hover  {
        	color : #000000;
			font-family: Arial;
			font-size: 8pt;
        	text-decoration : none;
        }