* {
  font-family: Arial, sans-serif;
}

div.nav-column {
  border-right: 2px solid black;
}

div.nav-column h2 {
  font-size: .875em;
  border-bottom: 1px solid #808080;
}

div.nav-column li {
  font-size: .7em;
  font-weight: bold;
}

div.nav-column li a:link,
div.nav-column li a:visited {
  text-decoration: none;
}

div.nav-column ul {
  list-style: none;
}

h2#header {
  font-size: 2.25em;
  border-bottom: 2px solid black;
  text-align: right;
  line-height: 1em;
}

h2#header a img {
  border: none;
}

h2#header a {
  text-align: left;
  display: block;
  float: left;
}

a:link {
  color: #0000C0; 
}

a:visited {
}

a:hover, a:active {
  color: #0000FF;
}

body {
  background-color: white;
}

div#footer {
  border-top: 2px solid black;
  font-size: .85em;
  text-align: center;
}


.searchword {
  background-color: #FFFFBB;
}

