* {
	font-size: 100.01%;
}

html {
	width: 100%;
	height: 100%; /*opera*/
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Georgia, serif;
	font-size: 80.01%;
/*	line-height: 1.6; */
	background: #FFF;
}

p{
	margin-top: 0;
}

img#logo-print {display: none;}

img{
	border: 0;
}

#measurer{
	width: 100%;
	height: 1em;
	position: absolute;
	left: 0;
	top: -1em;
	visibility: hidden;
	line-height: 1em;
	background: white;
}

a:link, .pseudo-link{
	color:#24908d;
}
.pseudo-link {
	text-decoration: none;
	border-bottom: 1px dashed #24908d;
}
.pseudo-link.active {
	color: Black !important;
	border-color: Black !important;
}

a:visited{
	color:#b9599b;
}
a:hover, .pseudo-link:hover{
	color:#40bd4f !important;
	border-color:#40bd4f !important;
}