
body {
background-color: white;
background-image: url(images/background3.jpg);
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: bold;
text-align: center;
  max-width: 950px;
  margin: auto

}
h1 {
padding: inherit;
margin: inherit;
text-align: center;
vertical-align: middle;
font-weight: bold;
  font: Arial, Helvetica, bold medium;
  font-size: 28
}
h2 {
font-weight: bold;font-size: medium
}
hr{
  color: #800080;
  width: 50px;
  border-bottom-width: .1px;
  border-bottom-style: ridge
}
a:hover{
  background-color: #FFC1FF;
}
table{
width:100%;
max-width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
    border: 0;
  font-size: x-large;
  table-layout: auto;
  font-family: Arial, Helvetica, sans-serif;
  background-color: transparent
}
a{
  text-decoration: none;
}
td.gilTab_taboff {
  background-color: #000098;
  color: #fff;
  height: 15px;
  font-size: 10pt;
  font-family: Arial;
}
td.gilTab_tabon {
  background-color: #DBE0D8;
  color: #000;
  height: 15px;
  font-size: 10pt;
  font-family: Arial;
}
td.gilTab_tabmouseover {
  background-color: #fff;
  color: #000098;
  height: 15px;
  font-size: 10pt;
  font-family: Arial;
