/* bulk.css */
.carattere-regular {
  font-family: "Carattere", serif;
  font-weight: 400;
  font-style: normal;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	margin: 0;
}
.example3 {
  border: 0px dotted black;
  /* padding: 10px; */
  background: url("https://www.luckyfuryou.se/1m9/lfy_tp.png");
  background-repeat: no-repeat;
  background-size: 174px 151px;
  background-origin: content-box;
  background-position: right bottom;
  float: right;
}
textarea {
  width: 600px;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #0A0AFF;
  border-radius: 4px;
  background-color: #FFFFFF;
  resize: none;
}
#stickytop {
  position: sticky;
  top: 0;
}
.hidden {
	display: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}