.alink {
	text-decoration: none;
	color: orange;
	font-weight: bolder;
	font-size: 10px;
}
.alink:hover {
	text-decoration: underline;
}
.submit {
	font-size: 10px;
	color: #f0a633;
	background-color: black;
	border: 1px solid #f0a633;
}
.input {
	font-size: 12px;
	color: #f0a633;
	background-color: black;
	border: 1px solid #f0a633;
}
