/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 18px/1.445 "Times New Roman", Times, serif;
	color: #946331;
	background: #A49C73;
}
/* earlier bg color #9B9164*/

a:link {color: #1C7E97}

a:visited {color: #719FA7}

a:focus, a:hover, a:active {color: #AD739A}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font: normal 1.334em/1 "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0px;
	padding: 0px;
	color: #79962A;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset { margin-bottom: 1em; 
}
