@import url(http://fonts.googleapis.com/css?family=Open+Sans:300|Open+Sans+Condensed:300);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px; /* browser standard // px * 0,0625 = em */
	font-weight: 300;
	line-height: 1.875em;
	color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}

h1 {
	margin: 2em 0em 1em 0em;
	font-size: 1.875em;

}
h2 {
	font-size: 1.5em;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-bottom: thin solid #e3dbd3;
}
a:hover {
	border-color: #ee145b;
}
