body { 
    font-family: serif;
    background-image: url(/files/bgal.gif);
    font-size: 16px;
 }     
table {
    border-collapse: collapse;
}
th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
}
td img {
	background-color: grey;
	image-rendering: auto;
}
img {
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}
.txtipdf {
    border-top: #000000 1px solid;
    width: 116px;
    color: #555;
    font: bold 12px arial,helvetica,sans-serif;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
