﻿.postCategory
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #eda512;
}
.postCategory:hover
{
	text-decoration: underline;
	color: #eda512;
}

.postTitle
{
	font-family: Tahoma;
	text-decoration: none;
	color: #516b7f;
}
.postTitle:hover
{
	font-family: Tahoma;
	text-decoration: underline;
	color: #516b7f;
}

.postContent
{
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	text-align: justify;
}

.postLink
{
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	color: #516b7f;
}
.postLink:hover
{
	text-decoration: underline;
	color: #516b7f;
}

.postReadMore
{
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	color: #de8a14;
}
.postReadMore:hover
{
	text-decoration: underline;
	color: #de8a14;
}

.postDate
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #eda512;
}

.postReadings
{
	font-size: 11px;
	font-family: Tahoma;
	color: #808080;
}
