body {
  background: url(http://www.dracsoft.com/scanline-dark.gif);
  background-repeat: repeat;
  text-align: center;
}

a {
  color:white;
  text-decoration: none;
}

a img {
	text-decoration: none;
	width: auto;
	border: 2px solid black;
}

a img:hover {
	border: 2px solid blue;
}

h1 {
  color:white;
}

h2 {
  margin-top: 70px;
  color:white;
}

h3 {
  float: left;
  width: 50%;
  height: 50%;
  color: #00FFFF;
  position: relative;
  margin-bottom: 30px;
}

h3 a div {
  position: absolute;
  bottom: 45px;
  left: 10px;
  font-weight: bold;
  font-size: 20px;
  color:red;
}