h3 {
	color: #444B39;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
h5 {
	color: #444B39;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
h4 {
	color: Black;
	font-family: "Courier New", Courier, monospace;
	font-size: 2px;
}

h6 {
	color: #FDF5D2;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0px;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
}


body {
	background-image: none;
	background-repeat: no-repeat;
	background-color: Black;
	background-position: 42%;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
	color: #FDF5D2;
	background-attachment: fixed;
	border: 10px dotted Black;
}

a:hover {
	color: #FDF5D2;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: 1px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-align: center;
}


a {
	color: #444B39;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 17px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

a:active {
	color: #5C5C5C;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: larger;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
}



