body {
  font-family: Verdana;
}

div.main {
  position: absolute;
  top: 100px;
  left: 270px;
  width: 530px;
}

div.menu {
  position: absolute;
  top: 130px;
  left: 90px;
}

div.title {
  position: absolute;
  top: 50px;
  left: 100px;
}

div.contact {
  position: absolute;
  top: 25px;
  left: 500px;
}

img {
  border: 0;
}

h5 {
  margin: 0;
}

h4 {
  margin: 0;
}

table.contact {
  border: medium dotted black;
  border-collapse: collapse;
}

a:link {
  text-decoration: none;
  color: #0099FF;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: #96D3FE;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
}

a:active {
  text-decoration: underline;
  font-weight: bold;
}