
A, A:LINK, A:ACTIVE {
	color: #3B5998;
}
A:VISITED {
	color: #984343;
	text-decoration: none;
}
A:HOVER {
	color: #778899;
}

BODY {
	font-size: 9pt;
	font-family: 'Courier New', Courier, monospace;
	color: #3D3D3D;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-indent: 1em;
	margin: 20px auto 10px auto;
	padding: 0px;
}

#body {
	margin: auto;
	height: auto;
	width: 800px;
	position: relative;
}

#backgroundpaper {
	background-color: #FDFDFD;
	height: 8px;
	width: 424px;
	margin: 10px 0px 0px 201px;
	border: 1px solid #D0D0D0;
	border-bottom: none;
}

#text {
	margin: -2px 0px 0px 183px;
	padding: 0px;
	width: 355px;
	position: relative;
	z-index: 2;
}

textarea {
	font-size: 9pt;
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
	padding: 20px 10px 0px 34px;
	border: 1px solid #D0D0D0;
	border-bottom: none;
}

.masthead {
	margin-left: 2em;
}

.date {
	font-style: italic;
	margin-left: 2em;
}

#nav {
	text-indent: 0em;
}

#fedpaper {
	width: 427px;
	height: 26px;
	margin: 12px 0px 0px 183px;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	z-index: 3;
}

#typewriter {
	height: 526px;
	margin-top: -146px;
	background-image: url(typewritersketch.gif);
	position: relative;
	z-index: 1;
}
