body { 
  font-family: verdana, sans-serif;
  font-size: 18px;
  margin: 0 auto 20px auto ;
  background-color: #efefef;
  max-width: 960px;
}

* {
  box-sizing: border-box;
}

hr {
  background: #efefef;
  border: none;
  clear: both;
  color: #efefef;
  float: none;
  height: 1em;
  width: 100%;
}

hr.space {
  background: #efefef;
  color: #efefef;
}

th,
td,
table {
  border: 1px solid #dddddd;
  padding: .8em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 1.6em 0;
  background-color: white;
}

ul {
  line-height: 22px;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0 1.5em 1.5em 0;
  padding-left: 2.0em;
}

.content {
  padding-left: 16px;
  padding-right: 16px;
  color: #565656;
  text-align: justify;
}

.content a {
  color: #0066d3;
  text-decoration: none;
}

.content a:hover {
  opacity: 0.7;
}

.content a:active {
  color: white;
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.content a:focus,
.content a:visited {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

/* side by side pics - two equal columns that float next to each other */
.sbs {
  padding-left: 4px;
  padding-right: 4px;
  float: left;
  width: 50%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bigfont {
  font-size: 22px;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 3px;
}
