
body {
	font-style: normal;
	font-weight: 6pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #999999;
	background-color: #0A0A0A;
	background-attachment: scroll;
	margin: 2px;
}
html {
  scrollbar-face-color: #0A0A0A;
  scrollbar-highlight-color: #F7DDAC;
  scrollbar-3dlight-color: #909090;
  scrollbar-darkshadow-color: #0A0A0A;
  scrollbar-shadow-color: #0A0A0A;
  scrollbar-arrow-color: #F7DDAC;
  scrollbar-track-color: #0A0A0A;
}
  
 /* Headers */

H1{
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}

/* Style for all table cells. */
td {
	font-size: 10pt;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

a:link {
	text-decoration: none;
	color: #333333;
}

