*{
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1em;
  outline: none;
  font-family: Arial, Verdana, sans-serif;
}

body {
  background: #ecf1df url(/static/img/obl10/bg.jpg) top center repeat-y;
  text-align: center;
  font-size: 100.01%;
  color: #444;
  margin-top: 1px;
  border-top: 1px solid #d4d0c8;
}

a,
a:visited{
  color: #961734;
  text-decoration: none;
  font-weight: bold;
}

a:visited{
  color: #B95D72;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  background-color: #fff;
}

h1 {
  position: absolute;
  left: -3000px;
}

h2 {
  margin: 4px 0;
  font-size: 1.2em;
  color: #323232;
}

h3{
  margin: 3px 0 7px 0;
  font-size: 1em;
}

h4,
h5,
h6{
  margin: 5px 0;
  font-size: 1em;
}

p {
  margin-bottom: 7px;
}

td,
th {
  vertical-align: top;
}

.invisible { display: none;     }
.nobottom  { font-size: 0;      }
.right     { text-align: right; }
.left      { text-align: left;  }
.clear     { clear:      both;  }

.noheight {
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
}

.offscreen {
  position: absolute;
  left: -3000px;
}

a.offscreen:focus,
a.offscreen:hover,
a.offscreen:active {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #fff;
  color: #000;
}