/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

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

body {
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
/*
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	padding-bottom: 20px;
}
*/

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

h1 {
	font-size: 20px;
  	font-family: Georgia, Arial, Verdana;
	color: #888B3C;
}
h2 {
  	font-family: Georgia, Arial, Verdana;
	font-size: 20px;
	color: #888B3C;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
	color: #733B11;
}

h6 {
	font-size: 12px;
	color: #733B11;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

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