﻿body
{
	margin: 0px;
}
img
{
	border-style: none;
	padding: 0px;
	margin: 0px;
}
.centeredDiv
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.blogContent
{
	font-family: Georgia;
	font-size: 12px;
	color: #605F5D;
}
.blogContent a
{
	font-family: Georgia;
	font-size: 12px;
	color: #3B7DDB;
	text-decoration: none;
}
.blogContent a:hover
{
	text-decoration: underline;
}
.blogItemContainer
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D6D5D1;
	padding-top: 10px;
}
.blogItemTitle
{
	font-family: Georgia;
	font-size: 14px;
	color: #605F5D;
	font-weight: bold;
}
.blogItemTitle a
{
	font-family: Georgia;
	font-size: 14px;
	color: #605F5D;
	font-weight: bold;
	text-decoration: none;
}
.blogItemTitle a:hover
{
	text-decoration: underline;
}
.blueLink
{
	color: #3B7DDB;
	text-decoration: none;
}
.blueLink a
{
	color: #3B7DDB;
	text-decoration: none;
}
.blueLink a:hover
{
	text-decoration: underline;
}
.subTitle
{
	font-family: Georgia;
	font-size: 14px;
	color: #605F5D;
}
.smallPrint
{
	font-family: Georgia;
	font-size: 10px;
	font-style: italic;
	color: #605F5D;
}
.smallPrint a
{
	color: #3B7DDB;
	text-decoration: none;
}
.smallPrint
 a:hover
{
	text-decoration: underline;
}
