BODY {
	background: url("../IMG/search.gif");
    color: black
}
A:link { color: Navy }
A:visited { color: Navy }
A:active { color: Gray }

.form tr td {padding:3px 0px;}
.dark td {
    background-color: #e5e5e5;
}

.striped-table tr:nth-child(even) {
    background-color: #e5e5e5;
}

table.chunked-list {
    border-collapse: collapse;
}

table.chunked-list, table.chunked-list th, table.chunked-list td {
    border: 1px solid black;
}

table.chunked-list td {
    text-align: center;
    vertical-align: center;
}
