BODY {		background-color: white;		font-family: arial,"sans-sherif";		font-size: 8pt;				color: black;		text-decoration: none;	 }a:link , a:visited {		color: teal;		text-decoration: none;		font-family: "arial narrow","arial","helvetica","sans-sherif";		font-size: 10pt;		font-weight: bold;	 }a:hover {		color: darkorange;		text-decoration: underline;		font-family: "arial narrow","arial","helvetica","sans-sherif";		font-size: 10pt;		font-weight: bold;	 }