.imagecenter { text-align: center }



h1 { text-align: center; font-family: "ariel black"; font-size: 45px; color:red; line-height:55% }

	h2 { text-align: center; font-family: "ariel black"; font-size: 35px; color:red; line-height:100% }

		h3 { text-align: center; font-family: "antigone"; font-size: 18px; color:red; line-height:95% }

	h4 { text-align: center; font-family: "ariel black"; font-size: 25px; color:blue; line-height:50%; text-decoration:underline; }

p {text-align: center; font-family: antigone; font-size: 15px; color:red; }

/* array for images */

div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:4px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:160px;
  margin:2px;
  }