html {
    height: 100%;
	margin: 15px;
	background-color: #fff;

}

body {
    width: 800px;
	margin: auto;
    background-color: #f7f7f7;
	font-family: monospace, serif;
	padding-bottom: 30px;
}


a {
    color: #1088bf;
}
a:hover {
    text-decoration: none;
    color: #520d35;
}

h1 {
	background: linear-gradient(to right, #fff, #f7f7f7);
	border-top: 1px solid #1088bf;
	border-bottom: 1px solid #1088bf;
	color: #520d35;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6rem;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 1%;
	text-decoration: none;
}

h2 {
	color: #520d35;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 1.2rem;
}

h3 {
	color: #520d35;
	font-size: 1.1rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
