A:link { color: blue; text-decoration: underline; }
    A:visited { color: #800080; text-decoration: underline; }
    A:active { color: red; text-decoration: underline; }
    A:hover { color: #8b4513; text-decoration: underline }

    body
    {
    background-color: #d2b48c;
    color: #000000;
 	font-family:  "Palatino Linotype", "Palatino", Georgia, "Bookman Old Style", "Times New Roman", serif;
	}
	
	.column
	{
	width: 30em;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto; 
	background-color: #f5f5dc;
	padding: 2em;
	}

	.copyright
    {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
	text-decoration: underline overline;
	margin-top: 3em;
	margin-bottom: 2em;
	}
	
	
/* The following tag demonstrates how to tart up a text selection. To use it on an entire paragraph, use it in the paragraph tag; to use it for a word or two in the middle of regular type, use the span tag. */
	.fancy
	{
	font-family: "Lucida Calligraphy", fantasy;
	font-weight: bold
	color: #8b4513;
	background-color: #d2b48c;
	padding: 0 5px 0 2px;
	}
		
	.firstpara
	{
	text-indent: 0;
	}
	
	.floatleft
	{
	float: left;
	margin: 15px;
	}
		
	.floatright
	{
	float: right;
	margin: 15px;
	}
	
	.hrHeight
	{
	height: 13px;
	background: #1e90ff;
	}

	.hrHalf
	{
	width: 50%;
	}

	
	.imageborder
	{
	border: 2px solid #000000;
	}

	.signature
    {
	text-align: right;
	font-style: italic;
	margin-bottom: 1em;
	margin-top: .5em;
	}
	
	.typewriter
	{
	font-family: "Courier New";
	line-height: 200%;
	text-align: left;
	text-indent: .5in;
	}
	
	blockquote
	{
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 2em;
	margin-bottom: 2em;
	}
	
	hr
	{
	height: 3px;
	background: #8b4513;
	margin-top: 1em;
	margin-bottom: 1em;
	}

	li
	{
	margin-bottom: .3em;
	}

	ol
	{
	text-indent: 0;
	text-align: left;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 1em;
	list-style-position: outside;
	}

	ul
	{
	text-indent: 0;
	text-align: left;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 1em;
	list-style-position: outside;
	}
	
	p
    {
	line-height: 150%;
	text-indent: 2em;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	}
	  
    H1, H2, H3, H4, H5, H6
    {
	color: #8b4513;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	}
