body {
	font: 76%/140%  Helvetica, Arial, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	}

table {

	color: #666;
	border-spacing: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
		
		thead { font-weight: bold; }
		
		td {
	padding: 5px 10px 5px 20px; /* top. right. bottm. left*/
	margin: 0;
}

    


h1 { 
	font-family: Helvetica, Arial, sans-serif; ;
	font-size: 160%;
	line-height: 110%;
	margin: 5px 0px 5px 0px;
	color: #666;
	text-decoration: underline;
	}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 5px 0px 0px 0px;
	text-decoration: underline;
	}
	
	
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}
	
li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}

	
p {
	line-height: inherit;
	background-color: #9FF;
	padding: 10px 0px 0px 10px;
	}

a {
	color: #666; /*link color*/
	text-decoration: none;
	font-weight: normal;
	background-color: #0FF;
	padding: 1px 1px 1px 1px;
	}
	


a:hover {
	background-color:#999;
}   /* mouse over link */
a:active {background-color:#0FF;}  /* selected link */
