@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,600italic,300,600);

/* CSS refresh */
html, * {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	border: none;
}

strong, b {
	font-family: 'Open Sans';
	font-weight: 600;
}

em, i {
	font-style: italic;
}

a:link, a:active, a:hover, a:visited {
	text-decoration: none;
	color: #00a6d2;
}

a:active, a:hover {
	color: #02bfe7;
	text-decoration: underline;
}

/* custom font settings */
body {
	background: url("img/cream_dust.png");
	position: relative;
}

h1, h2, h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: italic;
}

ul, ol {
	margin-left: 1.5em;
}