.blog
{
}
.blog_title
{
  font-weight: bold;
  font-size: 1.5em;
  margin:  0.83em 0;
  padding-bottom: 0.5em;
  border-bottom: 3px solid rgb(3,53,104);
}
.article
{
}
.article_title
{
  font-weight:bolder;
}
.article_title a
{
  color: black;
  text-decoration: none;
}
.article_title a:hover
{
  text-decoration: underline;
}
.article_byline
{
  font-size: 0.75em;
  display: inline;
}
.article_date
{
  font-size: 0.75em;
  display: inline;
}
.article_body
{
  margin: 10px;
}
.article_body a
{
  color:black
}
.article_body a:hover
{
  color:blue;
}
.edit-blog-list table
{
  width: 100%;
}
.edit-blog-list td
{
  padding: 5px;
}
.edit-article-list table
{
  width: 100%;
}
.edit-article-list td
{
  background-color: #FFFFCC
}

