preamble
{
	display: block;
	width: 500px;
	position:relative;
	left: 125px;
}

document
{
	display: block;
	background: #ccffcc;
	font-size: 14pt;
}

document_name
{
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

document_type
{
	display: block;
}
 
author_name {
	font-style: italic;
}

year
{
	display: block;
}

date_of_speech
{
	display: block;
}

where_delivered
{
	display: block;
}

quote
{
	display: block;
	padding: 5px;
}

excerpt
{
	display: block;
	text-align: center;
	color: #000033;
	float: right;
	width: 100px;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}

text
{
	display: inline;
	font-size: 12pt;
	font-family: "Times New Roman";
}

drop_cap
{
	display: inline;
	font-size: 24pt;
	font-family: "Old English Text MT";
}

description
{
	display: block;
	background: #ffcccc;
	font-size: 12pt;
}

document_link
{
	display: inline;
	text-decoration: underline;
	color: blue;
}

more_info_link
{
	display: inline;
	text-decoration: underline;
	color: blue;
}


.document
{
	display: block;
	background: #ccffcc;
	font-size: 14pt;
}

.document_name
{
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

.author_name {
	font-style: italic;
}

.excerpt
{
	display: block;
	text-align: center;
	color: #000033;
	float: right;
	width: 100px;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}

.text
{
	display: inline;
	font-size: 12pt;
	font-family: "Times New Roman";
}

.dropcap
{
	display: inline;
	font-size: 24pt;
	font-family: "Old English Text MT";
}

.description
{
	display: block;
	background: #ffcccc;
	font-size: 12pt;
}

.quote
{
	background: #ffffff;
}