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

	Licensed under GPL and MIT.
*/

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

body {
	font: 11px  Arial, Verdana, Helvetica, FreeSans, sans-serif;
	color:#666;
}

a{
	text-decoration:none;
	color:#666;
}
a:visited{
	color:#666;
}
a:active{
	color:#c0006f;
}
a:hover{
	color:#c0006f;
}


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

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

h1 {
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight:normal;
	color:#c0006f;
	margin-bottom:10px;
}

h2 {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight:normal;
	color:#c0006f;
	margin-bottom:10px;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight:normal;
	margin-bottom:10px;
}

h4 {
	color:#c0006f;
	font-weight:normal;
}

h5 {
	font-weight:normal;
	font-weight: bold;
}


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

p{
	margin-bottom:10px;
}






