.title
{
	font-size: 12px;
	font-weight: bold;
	color: #003379;
}

.movie_name {
	font-size: 12px;
	font-weight: bold;
	color: #1f9eff;
}

a:link,a:visited
{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #1f9eff;
}

a.menu_l:link,a.menu_l:visited
{
	font-size: 14px;
	font-weight: bold;
	color: #0071c0;
	text-decoration: none;
}
a.menu_l:hover
{
	color: #003b77;
}

a.movie_name:link,a.movie_name:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
a.movie_name:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #1f9eff;
}

a.adHeadline:link,a.adHeadline:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #1F9EFF;
}
a.adHeadline:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
}

a.adText:link,a.adText:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
a.adText:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #FF0000;
}

input
{
	border: 1px solid #1F9EFF;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
}