﻿body
{
}

.TweetsContainer
{
	margin: 0 20px;
}

.ChapterTitle
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #25374e;
}

.ChapterDescription
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #25374e;
}

.ChapterLink
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #25374e;
	margin-bottom: 20px;
	text-decoration: none;
}

.ChapterLink:HOVER
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #25374e;
	margin-bottom: 20px;
	text-decoration: underline;
}

.Tweet
{
	margin: 0 20px;
}

.Tweet .Description
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #25374e;
	margin-bottom: 10px;
}

.Tweet .PublishDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #25374e;
}

.Tweet .Link
{
	margin-bottom: 10px;
}

.Tweet .Link A
{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #25374e !important;
	text-decoration: none !important;
}

.Tweet .Link A:HOVER
{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #25374e !important;
	text-decoration: underline !important;
}

