/* CSS - fonts.css */

h1 {
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  margin.bottom:-10px;
}

h2 {
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  margin.bottom:-10px;
}

h3 {
  font-family: Arial;
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  margin.bottom:-10px;
}

h4 {
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  margin.bottom:-10px;
}

h5 {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  margin.bottom:-10px;
}

h6 {
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  margin.bottom:-10px;
}

#full_width_news {
  font-family: 'Verdana', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}
#full_width_news p {
  font-family: 'Verdana', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}

#full_width_content {
  font-family: 'Verdana', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
#full_width_content p {
  font-family: 'Verdana', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
}

#content_2nd_box {
  font-family: 'Verdana', serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}

#main_content p {
  font-family: 'Verdana', serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}

#essay p::first-letter{
  font-size:48px;
  float: left;
  line-height: .7;
  margin: .2em;
}

#main_content p i {
  font-family: 'Verdana', serif;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
}

#main_content p b{
  font-family: 'Verdana', serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
}


.font_12 {
  font-family: 'Verdana', serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}


.text_shadow {
  text-shadow: -4px -3px 6px #988;
}
