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

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

h4 {
	color: Black;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}



h1 {
	color: #444B39;
	font-family: "Courier New", Courier, monospace;
	font-size: 60px;
	font-weight: bolder;
	letter-spacing: 1px;
	text-decoration: none;
}
h5 {
	color: #444B39;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: bold;
}

h6 {
	color: Black;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 6px;
	font-weight: normal;
}


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



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-decoration: none;
	color: #444B39;
	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;
}


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;
}



