

.adminhead {
	background-color: green;
	color: white;
	font-weight: bold;
	border: 3px double white;
	margin-top: 0px;
	padding: 2px 2px 2px 2px;
	text-align: left;

}

.adminhead a {
color: white;
text-decoration: none;
}

.adminhead a:hover {
text-decoration: underline;
}


form {
padding: 0px;
margin: 0px;
}
