

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.nav {
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #FFF;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

input{
	background: #000;
	border: solid 2px #923506;
	color: #fff;
	font-size: 18px;
	font-weight: 22px;
}

textarea{
	background: #000;
	border: solid 2px #923506;
	color: #fff;
	font-size: 18px;
	font-weight: 22px;
}

h2{
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-align: right;
	margin: 0;
	padding: 0;
	margin-right: 50%;
	margin-top: 5px;
}
