/*

	www.memoryscapes.de - css definitions
	by media.auditiv.net
	2006 (c) Auditivmedia
	-------------------------------------
	Dark Colors
		- black		::		#000000 
		- brown 	::		#402D27
		- stale 	::		#333333
		- orange 	::		#ce4e0f
	Light Colors	
		- bgcolor	::		#f0eac8
		- egg 1		::		#f6ebe5
		- grey		::		#d1d0d8
	---------------------------------------			
	(*don't ty this at home*)

*/
body {
	background-color : #F0EAC8;
	margin : 0px;
	padding:0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #402d27;
	
	scrollbar-face-color: #f0eac8;
	scrollbar-shadow-color: #d1d0d8; 
	scrollbar-highlight-color: #d1d0d8; 
	scrollbar-darkshadow-color: #f0eac8; 
	scrollbar-track-color: #f0eac8; 
	scrollbar-arrow-color: #402d27; 
	scrollbar-3dLight-Color: #f0e0c8;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1.2;
	line-height: 1.1;
	}

a, a:visited {
	color : ce4e0f;
	text-decoration : none;
	padding-left : 2px;
	padding-right : 2px;
	letter-spacing : 1.1;
	text-transform : lowercase;
}
a:active, a:hover {
	color : #402D27;
	text-decoration : none;
	padding-left : 2px;
	padding-right : 2px;
	letter-spacing : 1.1;
	text-transform : lowercase;
}

h1, .biggrey{
	font-size: 64px;
	font-family: Arial, Helvetica;
	color: #d1d0d8;
	line-height: 0.8;
	padding: 0px;
	margin:0px;
	text-transform : lowercase;
	}

h1, .smallgrey{
	font-size: 42px;
	font-family: Arial, Helvetica;
	color: #d1d0d8;
	line-height: 0.8;
	text-transform : lowercase;
	}
	

h2 {
	font-family: Arial, Helvetica;
	color: #ce4e0f;
	font-size: 20pt;
	font-weight: bold;
	text-transform : lowercase;
	}

h3 {
	font-family: Arial, Helvetica;
	color: #402d27;
	font-size: 16pt;
	font-weight: bold;
	text-transform : lowercase;
	}

blockquote
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	letter-spacing: 1.1;
	line-height: 1.1;
	margin: 5px;
	}	

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 1.2;
	line-height: 1.1;
	}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #402d27; 
	letter-spacing: 1.1;
	}

.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #ce4e0f;
	font-size: 15pt;
	letter-spacing: 1.2;
	line-height: 1.1;
	}
	
.book {
	font-family: "Book Antigua", "MS Serif", "New York", serif;
	color: #402D27; 
	font-size: 16px;
	padding-left: 2px; 
	letter-spacing: 1.1;
	line-height: 1.1;
}

.poem {
	font-family: serif;
	color: #333333; 
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px; 
	line-height: 1.4;
}

