@import url('reset.css');

body.mceContentBody {
  padding: 10px;
  line-height: 1.4em;
  font-size: 10pt;
}
body.mceContentBody img {
  margin: 0.2em 0;
}



body {
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 10pt;
}

a {
  text-decoration: none;
  color: #666;
}

p {
  margin: 0px 0px 1em;
}

h1 {
  font-size: 3em;
  color: #666;
  line-height: 1em;
  margin: 0 0 0.5em 0;
  font-weight: normal;
}
h2 {
  font-size: 1.5em;
  margin: 0 0 1em 0;
  color: #666;
}
h3 {
  font-size: 1.2em;
  margin: 0 0 0.8em 0;
  color: #666;
}
h4 {
  font-size: 1.1em;
  margin: 0 0 0.8em 0;
  color: #666;
}
blockquote {
  border-left: 2px solid #666;
  margin: 0.5em;
  padding: 0.5em;	
}

img[style="float: right;"] {
  margin: 0 0 .2em .2em;
}
img[style="float: left;"] {
  margin: 0 .2em .2em 0;
}
