@charset "utf-8";
/* CSS Document */

body {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  
  margin: 0px;
  padding: 0px;
  
  background-color: #eaeaea;
  }
  
h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  color: #513a22;
  
  width: 100%;
  
  padding: 2px 2px 8px 2px;
  margin: 0px 0px 4px 0px;
  background: url(images/hr.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #eee7e0;  
  }  

/* News section */
.news {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  }
a.news, a.news:link, a.news:visited, a.news:active {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #ffe0e0;
  text-decoration: underline;
  }
a.news:hover {
  color: #FFFFFF;
  text-decoration: none;
  } 

/* Content section */
.content {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  }

a, a:link, a:visited, a:active {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #600000;
  text-decoration: underline;
  }
a:hover {
  color: #000000;
  text-decoration: none;
  }  