table {
    border-color: #600;
    border-width: 0px 0px 0px 0px;
    border-style: none;
}
td {
    border-color: #000;
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #E5DBCF;
}
td.top {
    background-color: #C10303;
    font-color:: #CCCC00;
}
td.menu {
    background-color: #C10303;
    font-color: #CC9752;
    width: 20%;
    height: 30px;
    text-align: center;
}
td.menu:hover {
  background-color: #AAA;
}
td.main {
    background-color: #E5DBCF;
    height: 800px;
    width: 100%;
    vertical-align: top;
}
td.movie{
    border-color: #C10303;
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    background-color: #000;
    height: 512px;
    width: 100%;
    vertical-align: top;
}
a {
    text-decoration: none;
    color: #000000;
}
a.return {
    text-decoration: underline overline;
}
