 body{
	font-family: "microsoft sans Serif", "ms Sans Serif", sans-serif;  
font-size: small;	
}

table{
	border: 1px solid  #090;
  border-collapse: collapse;
	}
tr:nth-child(even) {background-color: #f2f2f2;}
th, td { 
font-family: "microsoft sans Serif", "ms Sans Serif", sans-serif;  
font-size: small;
padding: 5px; 
}
th{ 	background-color:#A3E0A7; }
.td_center{ 	text-align:center; }
.td_right{  text-align: right; }
a{ 
font-family: "microsoft sans Serif", "ms Sans Serif", sans-serif;
	font-size: small;
	text-decoration: none; }