body	{	font-family: sans-serif;
		color:#A0A0A0;
                font-weight:bold;
                background-color: rgb(50, 50, 50);
         }
td	{	border:2px solid #505050;
		background-color:#E0E0E0;
                font-size: 10pt;
   		text-align: center;
   		vertical-align: baseline;
	}
a:link	{ 	text-decoration:none; color:#ffffff;}
a:visited { 	text-decoration:none; color:#ffffff;}
a:hover	{ 	text-decoration:underline;}
a:active { 	text-decoration:none;}
a:focus	{ 	text-decoration:none;}

table 	{	margin-left: auto;
  		margin-right: auto;
		background-color: #e0e0e0;
		border-collapse: collapse;
		border: 1px solid #e0e0e0;

	}
h1	{ 	color: #e0e0e0;
		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;
	}