body {
	margin: 2em;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	
}

a {
	text-decoration: none;
	color: #606060;	
}

a:hover, a:active {
	color: #DF720C;
}

h1 {
	font-family: "Cochin", "Palatino", "Baskerville", "Book Antiqua", "Times New Roman", serif;
	font-size: 180%;
	text-shadow:  #DDDDDD 3px 3px 5px;
	color: #909090;
	margin-left: -1em;
}

h2 {
	font-family: "Cochin", "Palatino", "Baskerville", "Book Antiqua", "Times New Roman", serif;
	font-style: italic;
	font-size: 140%;
	color: #DF720C;
	margin-top: 1.4em;
	margin-left: -1em;
	text-shadow:  #DDDDDD 3px 3px 5px;
}

h3 {
	font-size: 110%;
	color: #909090;	
}
