* {
  margin: 0;
  padding: 0;
}

.text-center, h3, h4 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  cursor: pointer;
}

.caption, ul {
  font-size: 16px;
  font-family: "Trebuchet MS", Helvetica, sans-serif
}

.container {
  background-color: #6C6368;
}

a{
	color: black;
}

a:hover{
	color: grey;
}