html, body
{
	width: 100%;
}
body, h1, h2, h3, h4, h5, h6
{
	margin:   0;
	padding:  0;
	color: #003;
	/* font-family: Helvetica, Arial, Verdana, sans-serif; */
	font-family: "Courier New", Courier, monospace;
	font-size:   12px;
	line-height: 16px;
	font-weight: normal;
}
body
{
	background-color: #9BD;
}




a:link
{
	background-color: transparent;
	color: #C00; 
	text-decoration: none;
}
a:visited
{
	background-color: transparent;
	color: #C00; 
	text-decoration: none;
}
a:hover
{
	background-color: #BDF;
	color: #C00; 
	text-decoration: none;
}
a:active
{ 
	background-color: transparent;
	color: #C00; 
	text-decoration: none;
}




h1
{
	margin: 40px 20px 20px 20px;
}
h2
{
	margin-bottom: 60px;
	color: #333;
	font-size:   16px;
	line-height: 20px;
	font-weight: normal;
}
h3
{
	margin-bottom: 4px;
}
h5
{
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
h6
{
	display: inline;
	color: #CCC;
	font-size: 11px; 
	font-weight: normal;
}




.box
{
	position: relative;
	left: 50%;
	margin-left: -200px;
	width: 400px;
}
.movie
{
	background-color: #000;
	padding: 20px;
}
.about
{
	margin: 20px 20px 60px 20px;
}
.list
{
	display: block;
}




