table { 
font-size : 95%;
border-collapse : collapse;
width : 100%;
border : 1px solid #808080;
} 

th { 
border : 1px solid #808080;
text-align:center;
padding-top : 0.2em;
padding-bottom : 0.2em; background-color:#F3F3F3
} 
td { 
border-left-style : solid;
border-right-style : solid;
border-top-style : none;
border-bottom-style : solid; text-align:right;
}

.sx          { text-align: left }