body {
  background-color: #999999;
  color: #FFFFFF;
  font-family: helvetica,arial,sans-serif;
  font-size: 99.1%;
  margin: 0;
  padding: 0;
}
a {
  color: #000099;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h2 {
  color: #000099;
  font-size: 2em;
  margin: 0;
  padding: 1em 0.5em 0 0;
  text-align: right;
}
header {
  background-image: url('images/brijo.png');
  background-position: center center;
  background-repeat: no-repeat;
  color: #000000;
  display: block;
  position: absolute;
  left: 10em;
  top: 3em;
  height: 10em;
  width: 50em;
  z-index: 1;
}
header h1 {
  color: #99FF00;
  font-size: 5em;
  padding: 0 0.2em 0 0;
  text-align: right;
}
header h1 span {
  color: #000099;
}
span {
  font-style: italic;
}
nav#n1 {
  background-color: #99FF00;
  filter:alpha(opacity=70); -moz-opacity: 0.70; opacity: 0.70;
  color: #000000;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 13em;
  top: 1em;
  min-height: 17em;
  width: 12em;
  z-index: 4;
}
nav#n1 ul {
  list-style: none;
  margin: 2em 0 0 1em;
  padding: 0;
  text-align: left;
}
nav#n1 ul li {
  color: #99FF00;
  font-size: 1.1em;
  padding: 0.1em 0;
  text-shadow: 0px 0px 4px #000099;
}
nav#n1 ul li a {
  color: #000099;
  text-shadow: 1px 2px 3px #99FF00;
}
nav#n1 ul li a:hover {
  color: #99FF00;
  text-decoration: none;
  text-shadow: 0px 0px 4px #000099;
}
nav#n2 ul {
  list-style: none;
  margin: 1em 0 0 0;
}
nav#n2 {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
  text-align: right;
  display: block;
  position: absolute;
  left: 10em;
  top: 13em;
  height: 3em;
  width: 50em;
  z-index: 2;
}
nav#n2 ul li {
  color: #FFFFFF;
  display : inline-block;
  display : inline;
  padding: 0 0.4em 0 0.2em;
}
nav#n2 ul li a {
  color: #99FF00;
}
section {
  background-color: #EEEEEE;
  color: #000000;
  padding: 0 1em 1em 1em;
  display: block;
  position: absolute;
  left: 10em;
  top: 16em;
  width: 48em;
  z-index: 3;
}

* html nav#n1 ul li, *:first-child+html nav#n1 ul li {
  color: #FFFFFF;
  font-weight: bold;
}
* html nav#n1 ul li a:hover, *:first-child+html nav#n1 ul li a:hover {
  color: #000099;
  text-decoration: underline;
}