.news_text {
  font-family: sans-serif;
  font-size: 13px;
  color: #676357;
}

.news_title {
  font-family: sans-serif;
  font-size: 28px;
  color: black;
}

.news_date {
  font-family: sans-serif;
  font-size: 13px;
  color: #a7a7a9;
}

.image_title {
  font-family: sans-serif;
  font-size: 18px;
  color: #8c8b86;
}

#progessbar_background {
  position: absolute;
  width: 200px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -10px;
  background-color: #f5f5f5;
}

#progessbar_foreground {
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -10px;
  background-color: #d5d5d5;
}

#progessbar_text {
  font-family: sans-serif;
  font-size: 10px;
  position: absolute;
  width: 200px;
  height: 20px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -30px;
  color: #656565;
}

#preloader_content {
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

.news_archive_link {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: bold;	
	text-decoration: none;
}

.news_archive_link:link {
  color: #000000;
	text-decoration: none;
}

.news_archive_link:visited {
  text-decoration: none;
  color: #000000;
}

.news_archive_link:hover {
  text-decoration: none;
  background-color: #83794C;
  padding: 4px 4px 15px 4px;
  border-radius: 2px;
  color: #DBB112;
}

.news_archive_link:active {
  color: #000000;
	text-decoration: none;
}

.article_link:link {
  color: #000000;
	text-decoration: none;
  font-weight: bold;	
}

.article_link:visited {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

.article_link:hover {
  font-weight: bold;
	text-decoration: underline;
  color: #808080;
}

.article_link:active {
  color: #000000;
	text-decoration: none;
  font-weight: bold;	
}
