body, p, td, a { font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #99CC00;
	background-color: #1A1A1A;
	padding: 0px;
	margin: 0;
}
a {
	color: #99CC00;
	text-decoration: none;
}
a:hover{
	color: #99CC00;
	background-color: #3D5100;
}
p { font-size: 10pt;
   text-align: center;
   margin-top: 2em;
}
h1 { color: #99cc00;
   font-family: tahoma, arial, Helvetica, sans-serif;
   font-size: 24pt;
   font-style: normal;
   font-weight: bold;
   line-height: normal;
   text-align: center;
   margin-bottom: 1em;
}
table { margin-left: auto;
   margin-right: auto;
   background-color: #1a1a1a;
   border-collapse: collapse;
   border: 1px solid #1a1a1a;
   empty-cells: hide;
}
td { color: #000000;
   font-size: 10pt;
   text-align: center;
   vertical-align: baseline;
   border: 1px solid #1a1a1a;
}
img { border: none;
}
a { color: blue;
   font-size: 10pt;
   text-decoration: none;
}
a:hover { text-decoration: underline;
}