a {
  font-weight: bold;
  color: #369;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  font-size: smaller;
  font-family: verdana, sans-serif;
  background: #fff url("../gfx/bg.gif") repeat-x;
}

h1 {
  height: 80px;
  margin: 30px 0 0 0;
  font-family: georgia, serif;
}

h1 a {
  color: #fff;
}

h1 a:hover {
  text-decoration: none;
}


h1 span {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
}

h2, h3 {
  color: #369;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.3em;
}

hr {
  clear: both;
}

img {
  float: left;
  margin: 0 2em 2em 0;
}

p {
  font-size: 1.1em;
  text-align: justify;
}

#navbar {
  margin:0;
  padding: 0;
  text-align: right;
  line-height: 40px;
  color: #fff;
}

#navbar a{
  font-weight: normal;
  padding: 0.4em;
  color: #fff;
}

#navbar a:hover {
  text-decoration: none;
  color: #fc6;
}

#navbar .highlight {
  background: #47a;
}

#navbar .highlight:hover {
  color: #fff;
}
