/* CSS styles for works/index.html */

.thead {	/* table header */
        background:#aaaaaa;
        color:#000000;
}
.odd td {
  background-color:#eeeeee;
  color:#000000;
}
.even td {
  background-color:#e0e0e0;
  color:#000000;
}
/* styles for each row */
.sOpus {}
.sYear {}
.sTitle {}
.sSubtitle {
	font-size:80%;
}
.sCategory {}
.sPublisher {}
.sDownload {
	text-align:center;
}

