body {
	background-image: url(/img/murvegg.jpg);
}
table		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003399;
}
a:link		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}
a:active	{
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover		{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	}
h1		{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #006600;
	text-transform: capitalize;
	white-space: normal;
}