.title P {
  background: transparent;
  font-family: serif;
  font-style: italic; 
  font-weight: bold;
  font-size: x-large;
  text-align: center;
  color: #ff3300;


}

.description P {

  color: #800000;
  font-weight: bold;

}
.title_old P {
  background: transparent;
  font-family: serif;
  font-style: italic; 
  font-weight: bold;
  font-size: x-large;
  text-align: center;
  color: #ff3300;


}

.description_old P {
  background: transparent;
  font-family: serif;
  font-style: normal; 
  color: #800000;
  font-weight: bold;
  font-size: normal;
  text-align: left;
  text-indent: 1em
}
.contents {
  border-top: solid thin olive;
  padding-top: 10
}
.contents H2 {
  background: transparent;
  font-family: serif;
  font-style: normal; 
  color: #990066;
  font-weight: normal;
  font-size: normal;
  text-align: left;
}

.contents H1 {
  background: transparent;
  font-family: serif;
  font-style: normal; 
  color: #990066;
  font-weight: bold;
  font-size: normal;
  text-align: left;
}

.navigation { border-bottom: groove thick fuchsia }

.navigation .selected {
	background-color: #CCFF66;
}

A:visited {color: blue }
A:link {color: blue  }
A:hover {color: green }

A:link IMG { border: 2px solid blue }
A:visited IMG { border: 2px solid blue }
A:hover IMG { border: 2px solid green }