body.menu {
  background-image: url('./images/background.jpg')
}
body.title {
  background-image: url('./images/background.jpg')
}
body.content {
  background-image: url('./images/background2.jpg')
}
.emphasis {
	font-weight: bold;
	font-size: 24pt;
	color: #ff0000;
	font: italic;
}
.aemphasis {
	font-weight: bold;
	color: #ff0000;
	font: italic;
}
.title1 {
  font-weight: bold;
  font-family: times;
  font: 24pt;
}
.title2 {
  font-weight: bold;
  font-family: times;
  font: italic 16pt;
}
p.menu {
  line-height: 80%;
  font-size: 12pt;
  font-weight: bold;
  font-family: times;
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: underline;
  font-size: 120%;
}
a:active {
  color: #555555;
}
  