/* =clear everything out
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}



/* = general
--------------------------------------------------------------------*/

body {
	font: 12px/150% arial, helvetica, sans-serif;
	color: #666;
	background: #fbf9f5;
}


h1, h2, h3, h4 {
	color: #777;
	margin-bottom: .4em;
}

h1 {
	font-size: 180%;
}
h2 {
	font-size: 140%;
}
h3	{
	font-size: 120%;
}
h4 {
	font-size: 110%;
}


a {
	color: #75B2E6;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #9df;
}



p {
	margin: 0 0 1.5em 0;
}

