/* FROM Zen Garden*/

/* basic elements */

html { margin: 0; padding: 0 }

body    {
	color: #1c1c1c;
	background-image: url(../Media/ResumeLilly.jpg);
	margin: 15px;
	padding: 20px;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: left top;
}
		 
p   {
	/*first-letter { font-size: 300%; float: left } Change the color of H1 !!!!! */
	  
	margin-top: 0;
	margin-bottom: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}
	
h1 { font-size: 29px;
	color: #380000; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; margin-bottom: 16px }

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

h3 { font-size: 15px;
color: maroon }

h4   {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	color: #420000;
	margin-top: 8px;
	margin-bottom: -2px;
	margin-left: 16px;
	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;
	}






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

.vertical {
	font-size: 8pt;
	line-height: 8pt;
}
.style1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

