@charset "utf-8";
/* CSS Document */


html
{
	background-image:url('manuscript.jpg');
        background-repeat:repeat;
	margin: 0px;
	padding: 0px
}


body
{
	background: white;
	font-family: "Arial", sans-serif;
        min-width:810px;
	margin-top: 7em;
	margin-right: 15%;
	margin-bottom: 7em;
	margin-left: 15%;
	border-style:solid;
        border-width:2px;
	padding-top: 1em;
	padding-right: 2%;
	padding-bottom: 1em;
	padding-left: 2%;
}

h1, h2, h3, p, ul, li, table

{
margin-right: 5%;
margin-left: 5%
}




h1 
{
	font-size: 1.4em;
	font-weight: bold;
	color: black;
        text-align:left;
}

h2
{
	font-size: .9em;
	color: black;
}

h3
{
font-size: .5em;
font-style: normal;
color: black;
}



hr

{
	color: black;
	line-height: 1em;
        margin-top: 3em;
 }


p
{
	font-size: 1em;
	color: black;
        line-height: 135%;
        max-width:600px;
}


.links
{
	text-align:left;
        font-size: .9em;
        margin-bottom: 3em;
        min-width:770px;
	
}

.center
{
	text-align:center
	
}


.header
{
	text-align:left;
       margin-bottom: -1.5em;
}



.copy
{
	font-size: .7em;
	text-align: left;
}


.subtitle
{
	font-size: .3em;
}

a:link 
{
	text-decoration: underline;
	color: black;
     

}


a:visited 
{
	text-decoration: underline;
	color: black;
}

a:hover 
{
	text-decoration: underline;
	color: maroon;
}


a:active 
{
	text-decoration: underline;
	color: #152630;
}
