body {
	font-family: 'Trebuchet MS', sans-serif;
	padding: 5px 5px;
	margin: 0 auto;
        color: black;
        text-shadow: 1px 1px #c7ea8f;
        
}

a {
	text-decoration: none;
	color: black;
        background-color: #c7ea8f;
        padding: 3px;
        border-radius: 8px;
        text-shadow: none;
        
}

p {
        padding: 0px;
        margin-top: 0px;
}

a:hover {

}

h1, h2, h3, h4 {
	line-height: 1.0;
        margin-top: 0px;

}
small {
        margin: 0 auto;

}

h1 {
	text-align: center;
}

.thought {
	margin-bottom: 150px;

        
}

hr {
	border-top: 2px dashed;
	border-width: 2px;
	border-bottom: transparent;
}

.thought:target {

}
