/* menu gorne */
.linkTop
{
  font-family: Trebuchet MS;
  color: #fff;
  text-decoration: none;
}

.linkTop:visited
{
  text-decoration: none;
}

.linkTop:active
{
  text-decoration: none;
}

.linkTop:hover
{
  text-decoration: underline;
}

.linkFoot
{
  color: #fff;
  text-decoration: none;
}

.linkFoot:visited
{
  text-decoration: none;
}

.linkFoot:active
{
  text-decoration: none;
}

.linkFoot:hover
{
  text-decoration: underline;
}

h1
{
  font-size: 20px;
  font-family: "Georgia";
  font-style: italic;
  margin: 0;
  padding: 3px;
  color: #eee;
  border-bottom: 1px solid #ccc;
}

.innerImg
{
  margin: 10px;
  border: 3px #ccc double;
}

/* image for company*/
/* =========================================== */
.imgGallery
{
  float: left;
  margin: 10px;
  border: 3px #ccc double;
}
