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

.mb {
	background-image: url(../img/bg.gif);
	width: 768px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6600CC;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}
.title {
	font-family: "Curlz MT", Verdana, Georgia, Arial;
	font-size: 30px;
	font-weight: bolder;
	color: #FF6600;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
.subtitle {
	font-family: "Curlz MT", Verdana, Georgia, Arial;
	font-size: 24px;
	font-weight: bold;
	padding: 15px;
	color: #006600;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #330066;
	text-align: center;
}
