body {
  margin : 0;
  padding : 0 85px;
  background-color : #fff;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 225%;
}

div.brand {
  background-color : #f5f5f5;
  position : relative;
  margin : 0 -85px;
  padding : 5px 40px 5px 15px;
  border-bottom : 1px solid #ccc;
  _height:1px;min-height:0; /* ie hasLayout fix */
}

a {
  color : #036B85;
  text-decoration : none;
  border-bottom : 1px dashed #04a0c6;
}
a:hover,
a:focus,
a:active {
  color : #00c;
  text-decoration : none; 
  border-bottom : 1px solid #00c;
}

em {
  font-style : normal;
  font-weight : bold;
  color : #333;
}

h1 {
  margin : 17px 0 20px 0;
  font-size : 1em;
  color : #444;
}

p, ul, ol, blockquote {
  margin-top : 0;
}
ul {
  list-style : none;
  ~list-style : disc;
}

li {
  margin-bottom : 20px;
  color : #000;
}
li:before {
  content : "\2022";
  color : #04a0c6;
  margin-left : -.67em;
  margin-right : .33em;
  margin-left : -30px;
  margin-right : 15px;
}

a.next {
  position : fixed;
  _position : absolute;
  right : 0;
  top : 0;
  padding : 3px 15px 95px 95px;
  font-size : .8em;
  text-decoration : none;
  color : #ccc;
  border : none;
}
a.next:hover,
a.next:focus,
a.next:active {
  color : #00c;
  border : none;
  text-decoration : none;
}

