/* Style for homepage. */
#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}
#info {
  position: absolute;
  top: 377px;
  left: 1px;
}
#title {
  position: absolute;
  top: 435px;
  left: 0px;
}
#menu {
  position: absolute;
  top: 503px;
  left: 0px;
}
#webmaster {
  position: absolute;
  top: 620px;
  left: 0px;
}
A:hover {
  text-decoration: none;
}
A {
  text-decoration: underline;
}

/* Style for portfolio pages. */
BODY {
  /* font-family: "Matisse ITC" ! important; */
  /* font-family: "GhostTown"; */
  background-color: #FFF;
}
HR {
  color: black;
}
#next {
  visibility: hidden;
}
#previous {
  visibility: hidden;
}
.titleAndCap {
  font-size: 41px;
}

/* Style for update pages. */
.important {
  color: red;
}
