/* CSS Document */

body {
	background-color: #A6430A;
}

.text {
	font-family:"Century Schoolbook";
	color:#331402;
	}
	
.whitetext {
	font-family:"Century Schoolbook";
	color:#ffffff;
	}
	
.bigtext {
	font-family:"Century Schoolbook";
	color:#331402;
	font-size:24px;
	}
	
.header {
	font-family:"Century Schoolbook";
	color:#331402;
	font-size:24px;
	}
	
.link {
	font-family:"Century Schoolbook";
	color:#003366;
	text-decoration:underline;
	}