/* CSS Document */

body {
	background: white;
	border: 0;
	margin: 0;
	padding: 0;
	SCROLLBAR-TRACK-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FCF7F1; 
	SCROLLBAR-SHADOW-COLOR: #958D81; 
	SCROLLBAR-3DLIGHT-COLOR: #A69F95; 	
	SCROLLBAR-ARROW-COLOR:#000000; 
	SCROLLBAR-FACE-COLOR: #E7DAC9; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000; 
}

a:link {
	color: #A52A2A;
	text-decoration: underline;
	background: #F2E6D2;
	}
a:visited {
	color: #A52A2A;
	text-decoration: underline;
	background: #F2E6D2;
	}
a:hover {
	color: #CC9933;
	text-decoration: underline;
	background: none;
}
a:active {
	color: #CC9933;
	text-decoration: underline;
	background: none;
}



a.petals:link {
	color: #000000;
	text-decoration: none;
	background: none;
	}
a.petals:visited {
	color: #000000;
	text-decoration: none;
	background: none;
	}
a.petals:hover {
	color: #D3CDC3;
	text-decoration: none;
	background: none;
}
a.petals:active {
	color: #D3CDC3;
	text-decoration: none;
	background: none;
}





.mywords {
	font-family: georgia, times new roman, helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 10px;
	line-height: 18px;
	padding: 0px;
	color: #958D81;
}
.delicate {
	font-family: courier new, helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 9px;
	line-height: 16px;
	padding: 0px;
	color: #D3CDC3;
}
.wisps {
	font-family: courier new, helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 9px;
	line-height: 10px;
	padding: 0px;
	color: #D3CDC3;
}

