a:hover {
	text-decoration: none;
	color: Blue;
}

a:link {
	text-decoration: underline;
	color: Black;
}

a:visited {
	text-decoration: underline;
	color: Gray;
}


textarea {
		background-color: #BBC796;
}

select {
	background: #BBC796;
	
}
input {
	background: #BBC796;
	
}