﻿.article
{
	border-bottom: dashed 1px black;
	padding-bottom: 15px;
}

#articleNavigation
{
	border-top: dotted 1px black;
	font-weight: bold;
	margin-top: 25px;
	padding-bottom: 25px;
	padding-top: 23px;
}

#articleNavigation a
{
	color: Blue;
	text-decoration: none;
}

#articleNavigation a:hover
{
	color: Red;
}

#articleNavigation #previous
{
	float: left;
}

#articleNavigation #next
{
	float: right;
}

.signatureLine
{
	font-weight: bold;
}

.summary
{
}