@font-face { 
	font-family: "AllisonRegular"; 
	src: url("AllisonRegular.ttf"); 
	}

@font-face { 
		font-family: "CenturySchoolbook"; 
		src: url("CenturySchoolbookLRegular.ttf"); 
		}

body   { 
	background-color: #b7c8b9; 
}

.divBody{
    display: table;
    margin:auto;
	width:90%;
	background-color: white;
	border-radius: 0.5em 0.5em;
  	border: thin solid;
  	padding: 0.5em;
	min-height: 800px;
}
.divTop{
	width: 100%;
	text-align: right;
	font-family: "CenturySchoolbook";
}
.divLinksAndContent{
	display:flex;
}
.divLinks{
	width: 1%%;
	font-family: "CenturySchoolbook";
}
.divContent{
	width: 100%;
	background-color: white;
}
.divBottom{
	width: 100%;
	text-align: center;
	font-family: "CenturySchoolbook";
}

a {
	color: black;
}

h1   { 
	font-family: "CenturySchoolbook";
	text-align: center;
}

h2   { 
	font-family: "CenturySchoolbook";
	text-align: center;
}

h3   { 
	font-family: "AllisonRegular";
	text-align: center;
	font-size: 3em;
}

p   { 
	font-family: "CenturySchoolbook";
	text-align: center;
}


