h1, h2, h3, div.nav {
	text-align:center;
}

h1 {
	font-size:xx-large;
}

h2.copyrt {
	font-size:medium;
}

h2.menu {
	font-size:medium;
}


div.itin {
	float:left;
	width:50%;
}


div.menus {
	float:left;
	width:40%;
	margin:10px 10px 10px 10px;
	padding:10px;
	border: thin solid #FF0000;
}

div.menus2 {
	float:right;
	width:40%;
	margin:10px 10px 10px 10px;
	padding:10px;
	border: thin solid #FF0000;
}


div.TBD {
	display:none;
}

div.tbTxt {
	text-align:left;
}

div.tbLink {
	width:100%;
	text-align:center;
}

span.AandO {
	color: orange;
}

span.abcLetter {
	font-size:64pt;
	font-family:cursive;
	letter-spacing:6px;
}

span.abcWd {
	color:orange;
}
span.under {
	text-decoration:underline;
}

p.abc {
	margin-left:10%;
	font-size:24pt;
}

p.essayIntro {
	font-size:16pt;
}

p.essay {
	font-size:12pt;
}

table.tCenter {
	margin-left:auto;
	margin-right: auto;
}

hr.med {
	width:30%;
}