/* Bill of Rights Lisa Lehman CSS*/

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	color: black;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 10px;
	padding: 10px;

/* add background image */
	
	background-image: url;
	background-repeat:  repeat-x;
	background-attachment: fixed;
	background-position: bottom;

}


/* line-height controls the space between lines - or leading*/

p {
	line-height: 1.5em;
	margin-left: 5%;
	margin-right: fixed 300p
}


h1 {
	font-family: garamond, serif;
	color: #959595;
	font-size: 4em;
	margin-left: -5%;
	margin-bottom: 10px;
	font-style: bold;
	text-align: left;
	letter-spacing: 0.1em;
}


h2 {
	font-family: arial, helvetica, sans-serif;
	color: #003333;
	font-size: 1.5em;
	margin-top: 40px;
	margin-left: 15px;
}

h3 {
	color: #333300;
	font-size: 1.25em;
	margin-top: 30px;
	margin-left: 3px;
	padding: 6px;
	padding-left: 12px;
	border-style: solid;
	border-width: 1px; 
	border-color: #6C000A;

}

div {	width 200px
	
}


footer {
	letter-spacing: 0.03em;
	font-variant: small-caps;
	font-size: x-small;
	margin-left: 5%;
	margin-right: 20%;
	position: relative; bottom: 2em;
}


/* this section has all my class sectors*/

.emph {
	font-style:italic; color:#333333
	
}

.pumpedup {
	font-family: 'Garamond Bold', serif; 
	font-style: bold; 
	font-size: 160%; 
	letter-spacing: 0.05em; 
	color:#6C000A;
	
}

.larger {
	font-size: 140%;
}

/* this section has all my ID selectors*/
	#first-para {font-size: large;
}

/* this section has all my pseudo-classes*/

a:link {color: #3D107B;}     /* unvisited link */


</style>