#content_container h1 {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: normal;
  font-size: 29px;
  font-weight: bold;
  text-decoration: none;
  color: #6795b7;
}
#content_container h2 {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  color: #6795b7;
}
#content_container h3 {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #6795b7;
}
#content_container, #content_container p {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}
a img {
	border:none;
	}
#content_container a:visited {
  text-decoration: none;
}
#content_container a:link {
  text-decoration: none;
}
#content_container a:hover {
  text-decoration: none;
  color: #ea353d;
}
#content_container a:active {
  text-decoration: none;
  color: #6795b7;
}
