BODY, P, H1, H2, H3, H4, H5, H6, LI, TD, TH, DD, DT {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
}

BODY {
      margin:30px;
	background-color: #eee;
	color: #000000;
	/*Scrollbar-face-color: green; 
	Scrollbar-arrow-color: black;*/
}

H1, H2, H3, H4, H5, TH {
      margin:2px;
      font-weight: bold;
}

PRE {
	background-color: white;
	padding: 7pt;
	font: 9pt "Courier New", Courier, mono;
	white-space: pre;
	width: 100%;
}

CODE {
	color: red;
	font-family: "Courier New", Courier, mono;
}


a { font-weight: bold;}	
a.slylink { color: black;}	
a:link    { text-decoration:none;      }
a:visited { text-decoration:none;      }
a:active  { text-decoration:underline; }
a:hover   { text-decoration:underline; }
.top
{
	cursor: hand;
}

TABLE {
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
	font-size: 95%;"
}
TH {
	background: #E9E9E9;
}

H1.title {
	font-family: Arial , Verdana, Helvetica,  sans-serif;
      font-weight: bold;
	color: black;
}

