/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: .75em/1.4 Arial,sans-serif;color:#484b51;
}

a { color:#fff;text-decoration: underline; }
a:hover { color:#7C5385; text-decoration:underline; }

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	margin:0 0 .4em 0;font:normal normal normal 1.8em/1.15em Arial,sans-serif;color:#000000;
}

h3 {
	margin:0 0 .4em 0;font:normal normal normal 1.45em/1.15em Arial,sans-serif;color:#000000;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1.7em;
}

p{ font-size:1.15em;}

