body
{   
  font-family: 'Open Sans', sans-serif;
  font-size: 13pt;
  color: #404040;
}

body a
{
    color: #000000;
    text-decoration: underline;
}

body a:hover
{
    color: #808080;
    text-decoration: underline;
}

.main_container
{

}

.content_container
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;   
}

.title_text
{
    font-family: 'League Gothic', sans-serif;
    font-weight: 700;
    font-size: 62pt;
    line-height: 54pt;
    color: #000000;
}

.subtitle_text
{
    padding-top: 35px;
    padding-bottom: 10px;
    font-family: 'League Gothic', sans-serif;
    font-weight: 700;
    font-size: 36pt;
    color: #000000;
}

.bold_text {
    font-weight: bold;
}
   
.emph
{
  color: #c02020;
}

.emphblack
{
  color: #000000;
  font-weight: 700;
}

.splash
{
  line-height: 20pt;
}