﻿li
{
    font-size: 12px;
    color: #e4e4e4;
}
dt
{
    font-size: 12px;
    color: #e4e4e4;
    font-weight: bold;
}
dd
{
    font-size: 12px;
    color: #e4e4e4;
}
a:link
{
    color: #E1E3F7;
    text-decoration: none;
}
a:visited
{
    color: #E1E3F7;
    text-decoration: none;
}
a:active
{
    color: #FFFFFF;
    text-decoration: underline;
}
a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
 
BODY{
  background-color : black;
  margin: 0px;
  text-align:center;
  color : white;
  font-size : 10px;
}
.text_medium{
    font-size : 12px;
    color : #e8e8e8;
}
.text_large{
  font-size : 14px;
  font-weight : bold;
  color : #e4e4e4;
}
.topbar_info{
  font-size : 10px;
  color : #cccccc;
  font-weight : bold;
}
.left_area{
  font-size : 12px;
}

.movie_area_frame
{
    width: 1200px;
    height: 352px;
    float: left;
    position: relative;
    text-align: left;
}
