﻿/* reset browser styles */
html, body, h1, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* end reset browser styles */
html {
	background-color: rgb(253,248,171);
}
body {
	background-color: rgb(255,255,255);
	border: 3px solid rgb(75,75,75);
	box-shadow: 0 0 15px 5px rgba(44,82,100,.75);
	max-width: 760px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 15px;
}
h1 {
	font-size: 2.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	color: rgb(133,161,16);
	background-color: rgb(226,235,180);
	padding: 5px 15px 12px 15px;
	margin: 16px -15px 16px -15px;
}
p.indent {
	margin-top: 17px;
	margin-bottom: 5px;
	text-indent: 35px;
}
p.no_indent {
	margin-top: 7px;
	margin-bottom: 5px;
	text-indent: 0px;
}
a:link, a:visited {color: black;}
a:hover {color: red;}
a:active {color: black;}