font {
	face: "Arial"
	color: "black" }

a
	{ 
	font-family: "Arial";
	text-decoration: underline; 
	color: "black";
	font-size: 11pt }


body {
	color: "black";
	font-family: "Arial";
	background: "whitesmoke";
	font-size: 10pt;
	}
	
table {
	color: "black";
	font-family: "Arial";
	background: "whitesmoke";
	font-size: 10pt;
	}

.small {
	color: "#777777";
	font-size: 9pt;
	}
