body
{
	font-family: sans-serif;
	font-size: 100%;
	margin: 10px;

	background-color: #fff;
}


a
{
  font-family: sans-serif;

	margin: 10px;

 }

img.ri
{
	position: absolute;
	max-width: 90%;
	top: 5%;
	left: 5%;
  
}



.box
{
	margin-top: 5%;
  font-size: 30px;
  color: #000;
  text-align: center;
}

.boxmail
{
	margin-top: 5%;
  font-size: 26px;
  color: #000;
  text-align: center;
}

.boxcont
{
	margin-top: -40px;
  font-size: 16px;
  color: #000;
  text-align: center;
}

img.ri:empty
{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.ri {
      max-width: 100%;

  }
}

@media screen and (orientation: landscape) {
  img.ri {
      max-height: 60%;
  }
}