@import url(https://fonts.googleapis.com/css?family=Carme);

body {
	font-family: Arial, Helvetica;
	color: #444444;
	font-size: 75%;
}

h1 {
	font-family: 'Carme', sans-serif;
    color: #f07d00;
    font-size: 2.25em;
    border-bottom: 1px solid #f07d00;
    line-height: 1.3125;
    padding-bottom: 5px;
    margin-top: 0px;
}

p {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
}

.infobox {
	background: #fbdebf;
    color: #f07d00;
    font-size: 1.5em;
    border: 1px solid #f07d00;
    border-radius: 0;
    -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 1.5em 1.5em 0 1.5em;
    margin: 1em 0;
}

