.movies_vertet {
font-family: Trebuchet MS;
font-size: 12px;
font-weight: bold;
color: #04375E;
}

.movies_heading {
font-family: Trebuchet MS;
font-size: 18px;
font-weight: bold;
color: #04375E;
}

a.movies_heading:visited { text-decoration: none; }
a.movies_heading:hover { text-decoration: underline; }
a.movies_heading:link { text-decoration: none; }
a.movies_heading:active { text-decoration: none; }

.movies_text {
font-family: Georgia;
font-size: 11px;
text-decoration: none;
color: #666666;
}

a.movies_text:visited { text-decoration: none; }
a.movies_text:hover { text-decoration: underline; }
a.movies_text:link { text-decoration: none; }
a.movies_text:active { text-decoration: none; }

.movies_url {
font-family: Georgia;
font-size: 11px;
text-decoration: none;
color: #666666;
}

a.movies_url:visited { text-decoration: underline; color: #04375E; }
a.movies_url:hover { text-decoration: underline; color: #FFCC00; }
a.movies_url:link { text-decoration: underline; color: #04375E; }
a.movies_url:active { text-decoration: underline; color: #04375E; }


.movies_error {
font-family: Georgia;
font-size: 11px;
text-decoration: none;
color: #FF0000;
}

.movies_field {
font-family: Georgia;
font-size: 11px;
border: 1px solid #CCCCCC;
}

.movies_button {
font-family: Georgia;
font-size: 11px;
border: 1px solid #9B9B9B;
background-color: #DDDDDD;
}