  a {
    padding: 3px;  
  }
  
  a:link {
    color: #CC0000;
    text-decoration: none;
  }
  
  a:visited {
    color: #CC0000;
    text-decoration: none;
  }
  
  a:hover {
    background: #FFDFDF;
    color: #F00000;
    text-decoration: underline;
  }

  a:hover.frontpage {
    filter: brightness(160%);
    background: none;
  }

  a:active {
    color: #FF1111;
    text-decoration: underline;
  }
  
  th, td {
    border: 1px solid #888888;
    padding: 10px;
    padding-left:20px;
    padding-right:20px;
  }
  
  td:not(.content) {
      text-align: center;
  }
  
  td.left {
      text-align: left;
  }
  
  td.right {
      text-align: right;
  }
  
  th {
    border-bottom: 2px solid black;  
  }
  
  table {
    border: 2px solid black;
    border-collapse: collapse;
    margin-bottom: 4px;
  }

  iframe {
    border: 1px solid lightgray;
    border-collapse: separate;
  }
  
  tr:not(.content):not(.featured):nth-child(even) {
    background-color: #f2f2f2;
  }

  tr:not(.content):not(.featured):nth-child(odd) {
    background-color: #ffffff;
  }

  td.spancol {
    background-color: #e8e8e8;
    font-size:  115%
  }

  table.content, tr.content, td.content {
    width: 1000px;
    min-height: 800px;
    border: 0px;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom:10px;
  }

  table.featured, tr.featured, td.featured {
    width: 950px;
    min-height: 10px;
    border: 0px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  hr.content {
    width: 1000px;
    color: black;
  }
  
  div.subcontent {
    margin-left: 20px;
    overflow-x: scroll;
    width: inherit;
  }

  input {
    border: 1px solid black;
    border-collapse: collapse;
  }

  p {
    text-align: justify;
    line-height: 125%;
  }
  
  ul {
    line-height: 125%;  
  }
  
  img {
      border: 1px solid darkgrey;
      padding: 4px;
      max-width: 600px;
      min-width: 400px;
  }
  
  img.logo {
      border: 0px solid #FFFFFF;
      min-width: 200px;
      width: 200px;
  }

  img.frontpage {
      border: 0px solid #FFFFFF;
      min-width: 50px;
      width: auto;
      height: 250px;
  }

  span.logo {
    text-align: left;
    width: 295px;
    display: inline-block;
  }
  
  span.title {  
    text-align: right;
    width: 600px;
    display: inline-block;
  }
  
  div.header {
    width: 1000px;
  }
  
  .smaller {
    font-size: smaller;
  }
  
  iframe[seamless] {
    border: none;
  }
     
  .center {
    text-align: center;
  }
  
  html {
    font-family: sans-serif;
  }

