body {
	font-family: 'Times New Roman', serif;
        font-size: medium;
	padding: 30px 50px;
	background-color: #fdfdfe;
	max-width: 650px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #3A89C9;
}

a:hover {
	text-decoration-line: underline;
        text-decoration-style: dotted;
}

h2 {
	line-height: 1.0;
        text-transform: lowercase;
        font-size: x-small;
}

h1 {
	text-align: center;
        line-height: 1.0;
        text-transform: lowercase;
}

h3 {
	line-height: 1.0;
        text-transform: lowercase;
        font-size: xx-small;
        font-style: italic;
}

.thought {
	padding: 10px;
}

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