﻿body{
	background-color:white;
}
html{
	background-color:white;
}
#container{
	background-color:white;
}
.leftSide {
	DISPLAY: none
}
#header {
	DISPLAY: none
}
.rightSide {
	DISPLAY: none
}
#content {
	MARGIN: 0px; WIDTH: 100%;
	border: none;
	background-color:white;
}

#idForm{
	display:none;
}

.commentPrint{
	display:none;
}

.post 
{
	color:black;
	font-size:7pt;
}

.blogCommentContainer
{
	display:none;
}

.singlePost
{
	background-color:white;
	color:black;
	font-size:7pt;
}

.blogArticleCommentCount 
{
	display:none;
}

.print
{
	display:inline;
}

.links
{
	display:none;
}

h1{
	font-size:13pt;
}

h2{
	color:black !important;
	font-size:14;
	border-bottom:1px solid black;
}

h3
{
	color:black;
	font-size:9pt;
}