html, body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #000000;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.6em;
	color: #FFFFFF;
	font-weight: bold;
}


a:link {
  color:#AD964D;
  text-decoration:none;  
}

a:active {
  color:#FFFFFF;
  text-decoration:none;
}

a:visited {
  color:#BBBBBB;
  text-decoration:none;
}

a:hover {
  color:#BBBBBB;
  text-decoration:none;
}
