@charset "UTF-8";
/* CSS Document */



#movie {
	width: 610px;
	text-align: justify;
	padding: 15px;
	float: left;
}

#movie a:hover span  {
	color: #990000;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #990000;
}
#movie a, #movie a:visited {
	color: #5b7153;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#movie a img , #movie a:visited img {
	color: #5b7153;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#movie a:hover  {
	color: #990000;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #990000;
}

.center {
	text-align: center;
	vertical-align: super;
	color: #990000;
}
#chart {
	margin: 5px;
	padding: 5px;
}
#right {
	display: block;
	float: right;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
