body {
    background-color: #eee;
    color: black; 
    font-size: 18px;
    font-family: georgia, palatino;
    letter-spacing: -0.25px;
}

.body-wrapper {
    width: 950px;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    background-color: #ffffff;
    border-right:  1px solid #999; 
    border-left: 1px solid #999;
}

h1 {
    font-size: 46px;
    letter-spacing: -2px;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

h2 {
    font-size: 28px;
    letter-spacing: -1px;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

h3 {
    font-size: 22px;
    letter-spacing: -1px;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: bold;
}

h4 { 
    font-size:24px;
    letter-spacing: -1px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 1rem 0rem 1rem;
}

h6 {
    font-size: 11px;
    margin-bottom: 4px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

p { 
    font-family: georgia, palatino;
    font-size: 18px;
    margin-bottom: 25px;
    letter-spacing: -0.25px;
}

a {
color: #0000ff;
font-family: Helvetica,Arial,sans-serif;
letter-spacing: -0.25px;
text-decoration: underline;
}

a:hover {
color: #0000ff;
text-decoration: underline;
}

img {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
li {
margin-bottom: 20px; 
}

.big {
font-size: 47px;
}

.strikeout {
position: relative;
}
.strikeout::after {
border-bottom: 2px solid #333;
content: "";
left: 0;
position: absolute;
right: 0;
top: 45%;
}


.text-red {
color: #ff0000;
}
    
.text-green {
color: #228B22;
}

.superscript {
font-family: 'Roboto Condensed',sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 20px;
letter-spacing: -1px;
}

.text-center {
text-align:center
}

.center {
text-align: center;
}

.highlight {
background-color: #FFFF00;
}

.indent-text {
    text-indent: 2em;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="email"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.footer{
    margin-top: 160px;
    font-size: 12px;
    font-weight: bold;
    position: center;
    bottom: 0;
}
.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
