body{
	background-color: #d5e8ed;
	font-family: 'trebuc', sans-serif;
	user-select: none;
}

@font-face {
  font-family:trebuc;
  src: url(trebuc.ttf);
}

@font-face {
  font-family:FUTRFW;
  src: url(FUTRFW.ttf);
}

#nav{
	font-family: 'FUTRFW', fixed-width;
	clear: both;
	padding: 3px;
	filter: saturate(100%);
	width: 200px;
	height: 50px;
	text-align: left;
	margin-left: 780px;
	margin-top: -500px;
	font-size: 20px;
}

.container {
	width: 700px;
	position: relative;
	margin-top: 398px;
	margin-left: -8px;
}

#footer{
clear: both;
padding: 3px;
filter: saturate(100%);
width: 700px;
height: 20px;
text-align: left;
margin-top: 0px;
margin-left: -8px;
border-top: 2px solid #8E9095;
font-size: 13px;
}

h1 {
	font-family: 'FUTRFW', fixed-width;
	color: #8E9095;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	text-transform: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #8E9095;
}

blockquote {
  font-style: italic; /* Makes the quoted text italic */
  margin: 1em 0; /* Adds vertical margin for spacing */
  padding: 1em 2em; /* Adds padding inside the blockquote */
  border-left: 5px solid #80aca0; /* Creates a left border for visual emphasis */
  background-color: #f1fffe; /* Sets a light background color */
  color: #333; /* Sets text color */
}

a{
text-decoration-style: dotted;
color: #469DA6;
}

a:hover{
background-color: #C5D9DB;
border-bottom: 2px solid #3C6F75;
text-decoration-style: none;
}

input, textarea, option, select {
font: 13px trebuc, serif;
background-color: #f5fffc;
border: 0;
border-bottom: 2px solid #79cadd;
color: #31241b;}

.joinsize input {
width: 254px;}

select {
width: 254px;}

textarea {
height: 50px;
width: 254px;}