﻿/*
	The previous items section, where it shows the title,
	caption, date and author of the previous 10 items.
*/
A.archiveItemTitle
{
	color: black;
}
A.archiveItemTitle:hover
{
	text-decoration: underline;
}
.archiveItemCaption
{
	color: maroon;
	font-style: italic;
	display: block;
}
.archiveItemDate
{
	color: black;
}
.archiveItemAuthor
{
	color: black;
}
A.archiveItemAuthor:hover
{
	color: maroon;
}
#leftColumn
{
	margin-top: 2em;
}
#rightColumn
{
	margin-top: 2em;
}