body{
	background-color: black;
}

header {
	background-color: yellow;
	color: black;
}

.tool:hover{
	background-color: #333333;
}

.tool > a {

	color: white;
}