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

.title1 {
	font-family: courier;
	font-size: 36px;
	color: #FFFFFF;
}
.text1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
}
.textbold {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.text-center {
	right: 300px;
}
.text1cent {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	right: 300px;
}
.text1small {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
}
.quote {
	font-family: courier;
	font-size: 24px;
	color: #FFFFFF;
	font-style: italic;
}
.text1left {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
}
