
* {
  margin:0;
  padding:0; 
}

body {
  font-family:Arial;
  line-height: 150%;
  color:#333333;
}

#content {
  margin: 20px auto;
  width:800px;
  position:relative;
}

#head {
  position:absolute;
  top:0;
  right:0;
  line-height:120%;
  font-size:90%;
  text-align:right;
}

h1, h2, h3, h4 {
  margin:18px 0 14px 0;
}

h1 {
  margin-top:0;
}

p, ul, ol {
  margin-bottom:14px;
}

li {
  margin-left:26px;
}

img {
  border:none;
}

img.framed  {
  padding : 4px;
  border : 1px solid #ddd;
}

hr {
  border:none;
  border-top:1px solid #ccc;
  height:0;
}