/* CSS Document */
 table{ width: 510px; 
margin-left: .75em;
border: 1px solid #355778;
border-collapse: collapse;
}
th {
padding: .5em;
vertical-align: middle;
text-decoration: underline;
border-bottom: 1px solid #eee;
font-size: 85%;
text-transform: uppercase;
}
td {
padding: .5em .35em 0 .35em;
vertical-align: middle;
font-size: 80%;
text-align: center;
border-right: 1px solid #355778;
}
tr.odd {background-color: #989778;
}
col#title {
width: 200px;
text-transform: uppercase;
text-align: left;
border-right: 1px solid #355778;
padding: 0 .5em;
}
col#format {
width:: 40px;
border-right: 1px solid #355778;
text-align: center;
}
col#eps {
width: 20px;
border-right: 1px solid #355778;
}
col#trt {
width: 20px;
border-right: 1px solid #355778;
}
col#copyright {
width: 50px;
border-right: 1px solid #355778;
}
col#genre {
width: 150px;
border-right: 1px solid #355778;
}
tr.odd {background-color: #d7e3f1;
}


