body {
   font-family: Verdana, Tahoma, Arial, sans-serif;
}

a:link {
   color: green; 
}

a:visited {
   color: red;
}

td.footer_text {
   font-size: 12px;
   font-style: italic;
}

tr.body_home {
   background-image: url("images/backgroundImageIndex.gif");
   background-position: center;
   background-repeat: no-repeat;
   background-origin: content;
   background-size: 80%;
}

tr.body_main {
   background-image: url("images/backgroundImage1.gif");
   background-position: center;
   background-repeat: no-repeat;
   background-origin: content;
}

tr.header_row {
   font-size: 22px;
   font-weight: bold;
   color: red;
   line-spacing: 28px;
}

td.history_year {
   font-size: 14px;
   align: center;
   font-weight: bold;
}

td.history_text {
   font-family: "MS Georgia", "Garamond", serif;
}

p.section_header {
   font-size: 16px;
   font-weight: bold;
   text-decoration: underline;
   color: green;
}

table.news {
   background: none;
   border-collapse: collapse;
   border: none;
   border-color: green;
   border-top: none;
   border-left: none;
   margin: 7px;
}

tr.news_block {
   border: solid;
   border-color: green;
}

tr.news_header {
   background: red;
   border-color: green;
   border-right: solid;
}

td.news_title {
   font-size: 15px;
   font-weight: bold;
   text-decoration: none;
   color: yellow;
   background: red;
   border: none;
}

td.news_date {
   font-size: 12px;
   text-decoration: italic;
   color: green;
   text-align: right;
   border: none;
}

tr.news_subheader {
   font-size: 11px;
   text-decoration: italic;
   background: yellow;
   border-color: green;
   border-right: solid;
}

td.news_subject {
   color: red;
   border: none;
}

td.news_author {
   color: red;
   text-align: right;
   border: none;
   margin-right: 7px;
}

td.news_content {
   font-size: 12px;
   color: green;
   border-left: dotted;
   border-bottom: dashed;
   border-right: solid;
}

a.news_lang {
   font-size: 11px;
   font-style: italic;
   font-weight: bold;
}

