/*
	Chill Website ~ Text CSS.

	Crated by Nick hughes nick@nickhughes.co.nz.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font-family: Arial, Helvetica, sans-serif;
}

p, li {
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}


a {
	color: #000;
	text-decoration:underline;
}

a:hover {
	color: #03C;
	text-decoration:underline;
}

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


/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #002e56;
}

h2
{
	font-size: 18px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family:American Typewriter Std Med;
	font-weight: normal;
}

.blue
{
	color: #005373;
}
.pink
{
	color: #E2003B;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

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: 5px;
}
