
body {
  font-family:  Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
}

a.closewin {
  text-decoration: none;
  border: 1px solid black;
  background-color: 84B4CA;
  color: white;
  font-size: 12px;
  padding: 2px 8px;
  font-weight: bold;
  letter-spacing: 1px;
}

a.closewin:hover {
	font-weight: bold;
	background-color: #92BFD4;
}

