/* @(#)$Id: style.css,v 1.11 2017/11/26 05:22:14 rm55 Exp $ */

body {
  font-family: sans-serif;
  /*font-size: 12pt;*/
  width: 95vw;
}

img {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 3px solid white;
}

H1 {
  clear: both;
  text-align: center;
}

H2 {
  clear: both;
}

H2.center {
  clear: both;
  text-align: center;
}

H3,H4,H5,H6,H7 {
  clear: both;
}

p.center {
  text-align: center;
}

img.maceyko {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
  max-width: 100%;
  max-height: 60%;
/*  height:auto;*/
}

div.float {
  clear: none;
  float: left;
  width: 10.5rem;
  height: 10.5rem;
  min-width: 10.5rem;
  max-width: 10.5rem;
  min-height: 10.5rem;
  max-height: 10.5rem;
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
}

div.bigfloat {
  clear: none;
  float: left;
  width: 15.0rem;
  height: 15.0rem;
  min-width: 15.0rem;
  max-width: 15.0rem;
  min-height: 15.0rem;
  max-height: 15.0rem;
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
}
