body {
	font-family: monospace;
font-size: 14px;
	color: #444444;
	padding: 30px 50px;
	background-color: #fdfdfe;
	max-width: 650px;
	margin: 0 auto;
text-transform: lowercase;
}

a,
a:visited {
	color: #e3acc2 !important;
	text-decoration: none;
}

a:hover {
	color: #e3acc2 !important;
	font-style: italic;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	text-align: center !important;
	line-height: 1;
}

h2 {
	font-size: 20px;
	text-align: center !important;
	line-height: 1;
}

h3 {
	font-size: 15px;
	text-align: right;
	font-weight: normal;
	line-height: 1;
}

h3 a,
h3 a:visited {
	font-size: 15px !important;
	font-weight: normal !important;
	color: #e3acc2 !important;
	text-decoration: none;
}

.thought {
	padding: 10px;
}

.thought:target {
	border: 1px solid black;
	padding: 9px;
	border-radius: 10px;
	background: #f2f3f9;
}
