body{
  font: 0.8em "Tahoma",sans-serif;
  background: #FFF;
  color: #000;
  margin: 0;
}

#invisible{
  width: 766px;
  margin: 2em auto;
}

h1{
  width: 100%;
  height: 74px;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 1em;
  border-bottom: 1px #9393FF solid;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 777;
  pointer-events: none;
}

h1 span{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
}

h2{
  font-size: 1.8em;
  font-family: "Georgia", serif;
  font-weight: normal;
}

#invisible h2 {
  color: #6F6FC4;
  background-color: #ffffff;
}

p, ol.spacious, ul.spacious, dl.spacious {
  line-height: 1.7em;
}

a:link{
  color: #6F6FC4;
  text-decoration: none;
}

a:hover{
  color: #000;
  text-decoration: none;
  font-style: normal;
}

a:visited{
  color: #6F6FC4;
}

div.ruler{
  line-height: 0;
  height: 1px;
  background: #9393FF;
  font-size: 0;
  margin: 10px 0;
  padding: 0;
  color: #000;
}

div.ruler2{
  line-height: 0;
  height: 1px;
  background: #9393FF;
  font-size: 0;
  margin: 0;
  padding: 0;
  color: #000;
  clear: left;
}

div.two-column {
  width: auto;
  clear: both;
  overflow: hidden;
}

div.col1{
  width: 160px;
  padding-right: 30px;
  float:left;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.col2{
  padding-top: 1em;
  width: auto;
  overflow: hidden;
}

strong{
  font-size: 1.2em;
}

.center {
  text-align: center;
}

.follow-links {
  font-size: 1.1em;
}

@media (max-width: 820px) {
  #invisible {
    width: calc(100% - 2rem);
    margin: 1.25em auto;
  }

  div.col1,
  div.col2 {
    float: none;
    width: auto;
    padding-right: 0;
  }
}
