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

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.heading {
	font-size: 36px;
	font-style: normal;
	color: #FFF;
	text-align: left;
}
.maincontent {
	font-size: 18px;
	color: #000;
}
.links {
	color: #C00;
	text-align: center;
	font-size: 12px;
}
