table {
		font-size:90%;
	       width:540px;
		border-collapse:separate;
		border-spacing:1px;
		}
		
th    {
		padding:10px;
		border-right:1px solid #999999;
		border-bottom:1px solid  #999999;
		background-color:#CCCCCC;
	
		}
		
td    {
		padding:7px;
		border-right:1px solid #999999;
		border-bottom:1px solid  #999999;
		
		}