@charset "UTF-8";
.bg_quote {
	background-image: url(images/quote_bg.png);
}
.moviebg {
	background-image: url(images/moive_bg.png);
}
.copyright {
	font-size: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
}
a:link {
	color: #2F7BAE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #52D7F6;
}
a:active {
	text-decoration: none;
}
.type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2F7BAD;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #2F7BAD;
}
.whitebg {
	background-color: #FFF;
}

