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

.title H2 {
  background: transparent;
  font-family: serif;
  font-style: normal; 
  font-weight: bold;
  font-size: large;
  text-align: center;
  color: #ff3300;
}

.journal P {

  background: transparent;
  font-family: serif;
  font-style: normal; 
  color: #800000;
  font-weight: bold;
  font-size: normal;
  text-align: left;
  text-indent: 1em
}

.pictures {
  
  padding-top: 10;
  border-bottom: solid thin olive;
}

.pictures P, UL {
  background: transparent;
  font-family: serif;
  font-style: normal; 
  color: #990066;
  font-weight: bold;
  font-size: normal;
  text-align: center;
}

.navigation { border-bottom: groove thick fuchsia;
			  background-color: #ffffcc
			}

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

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 }