body{
	color: black;
	background: black;
}

h2{
	color:white;
}

a:link, a:visited{
	color: teal;
	background-color:black;
}

.selectionText{
	color: white;
	text-align: center;
	font-size: 12pt;
}

.leftNav{
	color: white;
	text-align:left;
	font-size:12pt;
}

.rightNav{
	color: white;
	text-align:right;
	font-size: 14pt;
}

#Home{
	color:white;
}

#school{
	color:white;
}
/*SPELLS BEGIN*/
#Spells{
	color:white;
}

.text{
	float:left;
	padding-right:10px;
}

.fimage{
	float:left;
}

.examplet{
	display:flex;
	align-items:center;
	justify-content:center;
}
/*SPELLS END*/

/*PETS BEGIN*/
#Pets{
	color:white;
}
/*PETS END*/

/*Mounts BEGIN*/
#Mounts{
	color:white;
}
/*Mounts END*/