@charset "UTF-8";
body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #FFDBCC;
}
.black_bg {
	background-color: #000;
}
.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
}
.link {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FF7D47;
	text-align: justify;
	font-weight: bold;
}
.bold_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FF7D47;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

