
.title P {
  background: transparent;
  font-family: serif;
  font-style: italic; 
  font-weight: bold;
  font-size: x-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 {
  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 }

.navigation .selected {
	background-color: yellow;
}

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 }