﻿    
body
{
    margin: 0;
	padding: 0;
	background-color: #FFE2A7;
	color: #7D0101;
	width: 600px;
	font-family: Calibri, "Gill Sans", "Gill Sans MT", sans-serif;
	font-weight:100;
	font-size: smaller;
}  
div.Column 
{
    width: 160px;
	float: left;
	text-align: left;
	background-color: #000000;
	color: #FFE2A7;
	
}
div.Column_Heading
{
        width:160px;
        font-size:100%;
        font-weight: 600;
        text-align: center;
        margin-top:6px;
        margin-left:0;
        margin-right:0;
        background-color:Red;
        color: #FFE2A7;
}
div.Content
{
    margin-left: 160px;
	padding: 0px;
	width: 400px;
}

div.PostItemGroup
{
    padding-bottom:0px;
}

div.PostItemAuthorInfo
{
    text-align:left;
    padding-top:2px;
    padding-bottom:2px;
}

div.PostItemTitle
{
    font-size: large;
    font-weight:800;
    padding-top:6px;
    padding-bottom:6px;
    line-height: 19px;    
    line-height: 21px;
}

div.PostItemBody
{
    border-top:1px;
    border-bottom:1px;
    border-top-color:Red;
    border-bottom-color:Red;
    border-top-style:solid;
    border-bottom-style:solid;
    width:398px;
}

div.PostItemCreatedDateTime
{
    font-style:italic;
    padding-top:2px;
}

div.PostItemViewCount
{
    padding-top:2px;
}

div.PostItemViewerRatings
{
    padding-top:2px;
}

form
{
    padding-bottom: 0px;
    padding-top: 0px;
}   
.Footer
{
    font-weight: lighter;
	font-style: italic;
	text-align: center;
	width: 400px;
}

ul
{
    margin-top: 4px;
    margin-bottom: 4px;
}

 li
{
    list-style-position: outside;        
    margin-left: -10px;
    list-style-type: decimal-leading-zero;
    padding-left: 0px;
}

 
