h {
	color: #000000;
	font-size: 21px;
	font-family: "hobo-std";
}
p {
	color: #000000;
	font-size: 19px;
	font-weight: normal;
	font-family: "hobo-std";
}

a:link 		{ color: #000000;}
a:visited 	{ color: #000000; }
a:hover 	{ color: #CC0000; }
a:active 	{ color: #000000; }
a.otherLink:link    { color:#CC0000; text-decoration:none; }
a.otherLink:visited { color:#CC0000; text-decoration:none; }
a.otherLink:hover   { color:#CC0000; text-decoration:underline; }
a.otherLink:active  { color:#CC0000; text-decoration:none; }

div {
  width: 50%;
  position: absolute;
  left: 1%;/*1050px;*/
  top: 26%; /*200px;*/
  text-align:center;
  animation: mymove 240s;
  z-index: 999;
}

img {
  width: 20%;
  height: auto;
  object-fit: cover;
}
