body {
	background-image: url(pandabg.jpg);
	background-repeat: repeat;
	background-color: #FFFACD;
	font-family: times, arial, tahoma, helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;	
}

table {
	background-image: url(pandabg.jpg);
	background-repeat: repeat;
	background-color: #FFFACD;
	font-family: georgia, times, arial, tahoma, helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	
}

A:link {
	color: #006400;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

A:active {
	color: #006400;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

A:hover {
	color: #000000;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
}

A:visited {
	color: #006400;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}