.blog_header  {
  background-image : url("../Images/blog_header.png");
  background-repeat : no-repeat;
  height : 35px;
  vertical-align : top;
  margin : 0;
  padding : 0;
}

  .blog_title {
    font-size : 9pt;
    font-weight : bold;
    padding : 0px 0px 0px 12px;
    margin : 0;
    color : #b5d227;
    width : 595px;
  }
  
  .blog_date  {
    font-size : 8pt;
    padding : 1px 0px 0px 0px;
    margin : 0;
    color : #b4d669;
    font-weight : bold;
    text-align : right;
    width : 200px;
    line-height : 1.3em;
  }
  
  .blog_time  {
    font-size : 6pt;
    padding : 0;
    margin : 0;
    color : #aeaeae;
    font-weight : bold;
    text-align : right;
  }
  
.blog_main  {
  background-image : url("../Images/blog_bg.png");
  background-repeat : repeat-y;
  padding : 5px 21px 0px 20px;
  font-size : 9pt;
  line-height : 1.5em;
  color : #efefef;
  text-align : justify;
  margin : 0;
}

.blog_footer  {
  background-image : url("../Images/blog_footer.png");
  background-repeat : no-repeat;
  font-size : 0;
  height : 19px;
  padding : 0;
  margin : 0;
}

.galleria_linkki:hover  {
  text-decoration : underline;
}