body {
	background-image: url("img/bg.gif");
  background-color: #007e7d;
  background-repeat: repeat;
  color: black;
 font-family: 'Courier Prime';font-size;
  
}

tbody tr:nth-child(odd) {
  background: silver;
}

table {
  background-color: lightgrey;
}

li a:hover {
  background-color: black;
  color: white;
}

.image {
	max-width: 200px;
	border-style:solid;
	border-width: 2px;
}