/*
	Remove HTML Defaults
*/

:link,:visited { text-decoration: none; }

ul,ol { list-style: none; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0px; padding: 0px; }

a img,:link img,:visited img { border:none; }

/*													*/

/* Basic Elements */

* {
	margin: 0; 
	padding: 0; 
}
body {
	margin: 0; 
	padding: 3em 0; 

	background: #68805D;  
	color: #A19C40; 
	
	font-size: 3em;  
	font-family: Baskerville, Georgia, serif;
	text-align: center;
}
h1, h2 {
	font-style: italic;  
	font-weight: normal;
	text-shadow: 0 2px 4px #38502D;  
}

