body {
  font-family: Verdana, Arial;
  font-size: 14px;
}

p {
  font-size: 16px;
}

p.news:first-letter{
  font-size:20px;
}

h1 {
      font-size :22px;
      font-family : Sans-serif;
      font-style: italic;
      text-align : left;
      padding-right: 20px;
  color : #800000;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

a {
  color: #C00000;
}

a:hover {
  color: #7a5f04;  
}

ul {
  line-height: 20px;
}

#menu {
  font-size: 16px;
  text-align: center;
  z-Index: 100;
}

.menu {
  font-size: 14px;  
  text-decoration: none;
  color: #000000;
  z-Index: 100;
}

a.menu:hover {
  font-style: italic;
  color: #7a5f04;  
}

th {
  font-size: 18px;
}

td {
  font-size: 16px;
  text-align: left;
  padding: 15px 0px 0px 0px;
  
}

.centered {
  text-align: center;
}
