/* ccs style sheet for TON part of website 
Designed by Courtney Lambert, formerly Riojas
UPDATED: 01/01/2022
*/
h1 {
	font: 64pt Script, "Times New Roman", Arial, cursive;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	color: tan;
	}

h2 {
	font-family: Script, "Times New Roman", Arial, cursive;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	color: tan;
	padding-bottom: 5px;
	}

#tonheader {
	font-family: Script, "Times New Roman", Arial, cursive;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	color: tan;
	padding-bottom: 40px;
}

#ton_logo {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	border: 10px solid tan;
	}
p {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding-bottom: 10px;
}

hr {
	width: 75%;
	color: tan;
}
blockquote {
	border-left: 2px solid tan;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}
a {
	text-decoration: none;
}