a {
	color: rgb(167, 204, 171);
}
.color1, h2, a:hover, a:visited:hover {
	color: rgb(170, 203, 255);
}

#header {
	border-color: rgb(167, 181, 204);
	background-color: rgb(17, 37, 68);
}
#menu, input, textarea, select {
	border-color: rgb(167, 204, 171);
	background-color: rgb(17, 68, 23);
}
th {
	background-color: rgb(17, 68, 23);
}

