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

.main_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #e1194c;
}
.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #666666;
}
.footer_link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #6e3996;
	text-decoration: underline;
}
.footer_link:hover{
	text-decoration:none;
}
.main_text_link {
	color: #6e3996;
	text-decoration: underline;
}
.main_text_link:hover {
	text-decoration: none;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DCC9DD;
}
.cities {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #6e3996;
	text-transform: uppercase;
}
.movie_link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #6e3996;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}
.movie_link:hover {
	text-decoration: none;
}

