

.title {
  font-style: italic; 
  font-weight: bold;
  font-size: x-large;
  text-align: center;
  color: #ff3300;
}
.journal {
  color: #800000;
  font-weight: bold;
  text-align: left;
  text-indent: 1em
}

.caption {
  font-family: serif;
  color: #990066;
  font-weight: bold;
  text-align: left;
}

.summary {
  font-weight: bold;
  color: #006600;
  text-align: left;
  text-indent: 1em
}

.summary .highlight {
  color: #9933ff;
  font-style: italic
}

.journal .highlight {
  color: #9933ff;
  font-style: italic
}

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

.navbar A:visited {color: blue}
.navbar A:link {color: blue }
.navbar A:hover {color: green; font-weight: bold}
.navbar A:link IMG { border: 0px }
.navbar A:visited IMG { border: 0px }
.navbar A:hover IMG { border: 0px }


A:visited .unavailable {color: #333366}
A:link .unavailable {color: #333366 }
A:hover .unavailable {color: black }


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