* { margin: 0px; padding: 0px; }

body {
  position: relative;
  background: #f9f9ff;
  font: 0.9em Verdana,Arial,sans-serif;
  line-height: 1.4;
  padding: 35px 10px 10px 10px;
}

#nav {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 25px;
  white-space: nowrap;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #77F;
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
  text-align: center;
}

#nav li { display: inline-block; }
#nav a { display: inline-block; color: white; font-size: 0.7em; padding: 0em 0.4em; height: 25px; }
#nav a:hover { text-decoration: none; color: #eee; }
#nav a:active { color: #ddd; }
#nav *.youarehere { background-color: #f9f9ff; color: #34d; }
#nav a:focus { }

a { color: #23c; }
a:visited { color: #34d; }
a:hover { text-decoration: underline; }
a:active { color: #88f; }
a { text-decoration: none; outline: none; }


h1 { display: none; }

h2 {
  font-weight: normal;
  font-size: 1.2em;
  padding: 0em 0em 0em 0em;
  margin: 0em 0em 0.3em 0em;
}

p+h2, ul+h2 {
  margin-top: 1.5em;
}

h3 {
  margin: 0px;
  text-align: center;
  font-weight: normal;
}

ul {
  margin: 0px 0px 0px 1.5em;
}

h4 { margin: 1em 0px 0px 0px; }

hr { border:0; height: 1px; background: #ddd; }

p { text-align: justify; }
p+p, .post+.post { margin-top: 1em; }
