@charset "UTF-8";
html{
    background:#D0CFC2;
}
h1 {
	color: rgba(110,116,108,1.00);
	font-size: 100%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-kerning: auto;
	font-weight: 400
}
h2 {
	color: rgba(110,116,108,1.00);
	font-size: 95%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-kerning: auto;
	font-weight: 400
}
p {
	color: rgba(110,116,108,1.00);
	font-size: 80%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-kerning: normal;
}

a:link    {
	color:rgba(110,116,108,1.00); 
	background-color:transparent; 
	text-decoration:none
}
a:visited {
	color: rgba(110,116,108,1.00);
	background-color: transparent;
	text-decoration: none
}
a:hover {
	color:rgba(159,158,166,1.00); 
	background-color:transparent; 
	text-decoration:underline
}
a:active {
	color:rgba(140,139,149,1.00); 
	background-color:transparent; 
	text-decoration:underline
}

.avoid-clicks {
  pointer-events: none; 
}