table {
/*    border: solid 1px black;	*/
    font-family: Arial;
    font-size: 12px;
}

th {
    border-bottom: dotted 1px grey;
}

tr:nth-child(odd)		{ background-color:#eee; }
tr:nth-child(even)		{ background-color:#fff; }

a {
    text-decoration:none;
    padding: 1px;
}
