html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea,
td {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

body {
	color: #817982;
	line-height: 1.3;
	margin: 0;
	background-color: #ffffff;
}







h1{
	color: #817982;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	letter-spacing: 0.02em;
	margin-left: -5px;
	margin-top: -6px;
	margin-bottom: 20px;
}


h2{
	padding-top: 0px;
}



a.navi:link, a.navi:visited {
	display: inline;
	padding-bottom: 10px;
	margin-right: 22px;
	color: #fbc9f7;
	border-bottom: solid 10px #fbc9f7;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 2.5em;
}

a.navi:active, a.navi:hover, a.navion:link, a.navion:visited, a.navion:active, a.navion:hover {
	display: inline;
	padding-bottom: 10px;
	margin-right: 22px;
	color: #fb9ef3;
	border-bottom: solid 10px #fb9ef3;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 2.5em;

}


a.headerlink:link, a.headerlink:visited{
	color: #9f99a0;
	text-decoration: none;
	font-size: 0.9em;
}

a.headerlink:active, a.headerlink:hover{
	color: #817982;
	text-decoration: underline;
	font-size: 0.9em;
}


a.graulink:link, a.graulink:visited, a.graulink:active{
	color: #817982;
	text-decoration: none;
	font-weight: bold;
}

a.graulink:hover{
	color: #817982;
	text-decoration: underline;
	font-weight: bold;
}



a.link:link, a.link:visited, a.link:active, a.footer:link, a.footer:visited, a.footer:active{
	color: #fbc9f7;
	text-decoration: none;
	font-weight: bold;
}

a.link:hover, a.footer:hover{
	color: #fb9ef3;
	text-decoration: underline;
	font-weight: bold;
}





.rosabox{
	width: 100%;
	background-color: #fbc9f7;
	padding: 10px;
}

