body {
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
	background-color: #E9F1C6;
}
.textbox {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: small;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #401642;
}
.menu {
	border: 1px solid #401642;
}
.image-border {
	border: 1px solid #602157;
}
.image {
}
.buttons a {color: #666633;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: small;
	padding-left: 10px;
	padding-top: .75px;
	padding-bottom: .75px;
	margin-top: 0px;
	margin-left: 10px;
	display: block;
	text-decoration: none;
	text-align: left;
	
}

.buttons a:hover {
	background-color: #401642;
	text-decoration: none;
	color: #FFFFFF;
}

body, td, th {
	color: #666633;
}
.footer {
	font-size: small;
	color: #401642;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	color: #401642;
}

a {
  color: #FAAA38;
  text-decoration: none;
}
.letter {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	margin-left: 15px;
	margin-right: 15px;
}
.w3-note {
  background-color:#FFFFCC;
  border-left:6px solid #FFEB3B;
}

.w3-panel {
  margin-bottom:16px !important;
  margin-top:16px !important;
  padding:0.01em 16px;
}