@charset "utf-8";

body { 
background: #98B3DE; 
font-family: Georgia, Verdana, Arial, sans-serif; 
color: #000088; 
margin: 0; 
padding: 0;
text-align: center; 
} 

#movie {
background: #98B3DE;
margin-top: 50px;
padding: 0;
height: 300px;
width: 400px;
border: 1px solid #4C4C4C;
}

#movie p {
background: transparent;
color: #000000;
font-family: Georgia, Verdana, sans-serif;
font-size: 1em;
text-align: center;
}

#movie a {
color: #000000;
text-decoration: none;
font-size: 1em;
font-weight: normal;
padding-left: 3px;
padding-right: 3px;
}

#movie a:hover {
text-decoration: none;
font-weight: bold;
}