body {
	font-family: 'IA Writer Duo V', sans-serif;
	padding: 30px 50px;
	background-color: #fff9f8; 
	max-width: 650px;
	margin: 0 auto;
}

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

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	line-height: 1.0;
	color: #636363;
}

h1 {
	text-align: center;
}

.thought {
	padding: 10px;
	background-color: #fff9f8; 
}

.thought:target {
	padding: 9px;
	background: #D9D9D9; 
}
