@font-face {
  font-family: Sorts Mill Goudy;
  font-style: normal;
  src: url("fonts/SortsMillGoudy-Regular.ttf");
}
.container {
  *zoom: 1;
  width: auto;
  max-width: 960px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container:before,
.container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}
html {
  background: url("images/MOlogo.png") no-repeat center center fixed;
  overflow-y: scroll;
}
body {
  font-family: Arial, sans-serif;
}
h1,
h2 {
  font-family: Sorts Mill Goudy, serif;
}
h1 {
  font-size: 1.6rem;
}
h2 {
  font-size: 1.3rem;
}
header {
  display: flex;
  padding: 5px;
  justify-content: space-between;
  align-items: flex-end;
}
header .logo {
  width: 250px;
  margin-left: -10px;
}
header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
hr {
  border: 0;
  background-color: #eee;
  height: 2px;
  margin-bottom: 1.5em;
}
hr h1 {
  margin-bottom: 1em;
}
hr a:link,
hr a:visited,
hr a:active {
  font-size: 1em;
  color: #000;
  font-weight: normal;
  text-decoration: underline;
}
hr a:hover {
  color: #aaa;
  text-decoration: underline;
}
p {
  margin-bottom: 1em;
}
.proctest a {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.proctest a:before,
.proctest a:after {
  content: '';
  display: table;
}
.proctest a:after {
  clear: both;
}
.proctest a:last-child {
  margin-right: 0%;
}
a:link,
a:visited,
a:active {
  font-size: 1em;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #aaa;
  text-decoration: none;
}
