/* FROM Zen Garden*/

/* basic elements */

html { margin: 0; padding: 0 }

body    {
	background-color: #ECE5D9;
	background-image: url(../Media/ResumeLilly.jpg);
	
	color: #2D262B;
	
	margin: 15px;
	padding: 1.5em;
	min-height: 100%
}

p   {
	/*first-letter { font-size: 300%; float: left } Change the color of H1 !!!!! */
	  
	padding-left: 3.5em
	margin-left: 1.5emx;
	margin-top: 0;
	margin-bottom: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
}
	
h1 { color: #380000; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; margin-bottom: 15px }

h2 {  color: #380000; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-align: left; margin-bottom: 13px}

h3 { color: maroon }

h4   { color: #600; margin-top: 8px; margin-bottom: -2px; margin-left: 14px; top: 12px; bottom: 4px }

a:link   { color: #521627; font-weight: bold; text-decoration: none }
a:visited  { color: #930; font-weight: bold; text-decoration: none }
a:hover, a:active   { color: #810000; text-decoration: underline }
acronym {
	border-bottom: none;
	}

/* class definations */ 


.signature {
      font-family: Palantio, Georgia,  Times, serif;
     font-style: italic;
}


/* specific divs */
.indent 1 { text-align: left; margin-left: 40px; left: 40px }
