h1.main_title {
    font-size: 150%;
    margin-bottom: 0em;
    margin-right: 33%;
    margin-top: 1em;
}

li.film_title {
    font-size: 100%;
    margin-bottom: 0em;
    margin-right: 33%;
    margin-top: 1em;
    color: #999999;
}

body {
    background-color: white;
    margin: 3em;
}

i {
    color: gray;
    font-style: italic
}

a.low_link {
    color: gray;
    font-style: normal;
    text-decoration: none;
}

em {
    font-style: normal;
    font-weight: bold
}

strong {
    font-weight: bold;
    color: #666666
}

div {
    border: 1px gray dashed;
    padding: 1em 1em 1em 1em;
    position: relative;
}

div div {
    border: none;
    padding: 0;
    text-align: right;
    margin-top: 2em;
}

h1, h3 {
    margin-top: 0px;
    color: #666666
}

h5 {
    color: #666666
}

#e {
    text-align: center
}

#e div {
    width: 600px;
    height: 450px;
    padding: 4px;
    _padding-bottom: 0px;
    margin: auto
}

#t {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 0.8em;
    color: gray;
}

