﻿
.divMainCentreBlock
{
    
    width: 980px;
    height: 500px;
    z-index: 0;
    position: absolute;
    top: 370px;
    left: 2px;
    overflow: auto;
}
.Blog
{
    z-index: 5;
    position: relative;
    top: 60px;
    left: 160px;
    width: 400px;
    
    font-family: 'Times New Roman';
    font-size: 12pt;
    color: black;
    margin-top: 0px;
    margin-left: 0px;
}
.Blog2
{
    z-index: 5;
    position: relative;
    top: 60px;
    left: 50px;
    width: 400px;
    
    font-family: 'Times New Roman';
    font-size: 12pt;
    color: black;
    margin-top: 0px;
    margin-left: 0px;
}
.Date
{
    z-index: 5;
    position: relative;
    top: 60px;
    left: 0px;
    width: 700px;
    font-family: 'Times New Roman';
    font-size: 9pt;
    color: gray;
    text-align: right;
    border-bottom: gray thin solid;
    margin-left: 20px;
}
.Title
{
    z-index: 5;
    position: absolute;
    top: 40px;
    left: 180px;  
}
