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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.6 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333;
	background-color: #efefe5;
}

a:focus {
	outline: 1px dotted invert;
}

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

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

h1 {
	letter-spacing: -1px;
	font-weight:normal;
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-size: 50px;
	line-height: 1.4;
	font-variant: small-caps;
}

h2 {
	font: 36px/1.4  'Times New Roman', Times, Georgia, serif;
	letter-spacing: -2px;font-weight:bold;
}

h3 {
	font: 27px/1.4  'Times New Roman', Times, Georgia, serif;
	letter-spacing: -1px;font-weight:bold;
}



h4{
	font: 23px/1.4  'Times New Roman', Times, Georgia, serif;
	letter-spacing: -1px;font-weight:bold;
}
h5 {
	font-size: 19px;
}
h6 {
	font-size: 14px;
	font-weight:bold; 
}

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

ol {
	list-style: decimal;
	margin-left: 30px;
}

ul {
	list-style: square;
}

li {
	margin-left: 0px;
}

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

