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

	Licensed under GPL and MIT.
*/

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

body, body p {
	font: 13px/1.4 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;

}
body, body p {
	/* font: 13.5px/1.4 "Palatino Linotype", "Times New Roman", Times, serif; */
	color: #c4c4c4;
}
a,a:visited {
	color: #92F0F7;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
a.homepage_link {
	font-size: 14px;
	line-height: 1.2em;
	color: #adf5fa;
}
.source {
	color: white;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
a:focus {
	outline: 1px dotted invert;
}

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

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

h1, h2, h3, h4, h5, h6 {
	font-size: 25px;
	color: #d1d1d1;
	font-family: "Palatino Linotype","Times New Roman", Times, serif;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0;
}

h2 {
	font-size: 23px;
	color: #d1d1d1;
}

h3 {
	font-size: 21px;
	color: #d1d1d1;
}

h4 {
	font-size: 19px;
	color: #d1d1d1;
}

h5 {
	font-size: 17px;
	color: #d1d1d1;
}

h6 {
	font-size: 15px;
	color: #d1d1d1;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}