div.img
  {
  margin: 2 px;
  border: 1 px solid #0000ff;
  height: auto;
  width: auto;
  float:none;
  text-align:center;
  }
div.img img
  {
  display: inline;
  margin: 2 px;
  border: 1 px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1 px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width: 1 px;
  margin: 1 px;
  }
body {background-color: MidnightBlue; text-align:center; font-family:Cursive;}
h1 {color: Red; font-family: cursive; text-align: center;}
	
