* {
  -moz-box-sizing: border-box;
}

html, body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #b9cfd8;
}

a {
  color: #4f91bb;
  text-decoration: none;
}

p{
  margin-top: 0; 
  margin-bottom: 0
}
a:hover {
  color: #829fb5;
  text-decoration: underline;
}

#head {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 960px;
  height: 30px;
}

#menu {
  position: absolute;
  top: 60px;
  left: 10px;
  width: 150px;
}

#main {
  position: absolute;
  top: 60px;
  left: 170px;
  width: 800px;
  height: 600px;
}

.link {
  color: #4f91bb;
  cursor: pointer;
  cursor: hand;
}

.link-hov {
  color: #829fb5;
  text-decoration: underline;
}
