@charset "utf-8";

/* vee.net front page stylesheet. */

img.body-inline {
  float: right;
  margin: 2px;
  border-left: 1px solid silver;
  padding-left: 2px;
}

img.body-inline-alt {
  float: left;
  margin: 2px;
  border-right: 1px solid silver;
  padding-right: 2px;
}

#content div.article {
  margin-bottom: 48px;
}

#content div.article p.blog-matter {
  font-size: 0.8em;
  text-align: right;
}

