h1 {
	color: grey !important;
}

input[type=submit] {
    background: rgb(242, 149, 0);
}

a { 
	color: #444;
}

li a { 
    color: #444;
}

#foot a {
	color: #444;
}

.sendbut {
    background-color: rgb(242, 149, 0);
}

#butsendform {
	background: rgb(242, 149, 0);
}