BODY {
 background: url("images/header1.jpg");
 background-repeat: no-repeat;
 background-color: rgb(25,198,255);
}

a:link {
	color: white;
}

a:visited {
	color: black;
}

.mybgimage { 
background: url("images/logo_grey.jpg"); 
background-color: rgb(128,128,128);
background-repeat: no-repeat; 
background-position: center bottom;
}

.div.img
  {
  margin: 1px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  }
.div.img img
  {
  display: block;
  margin: 0px;
  border: 1px solid #ffffff;
  }
.div.img a:hover img
  {
  border: 0px solid #0000ff;
  }

