

body {
  background-color: rgb(0,88,0);
  font-family: sans-serif;
  color: rgb(200,200,200);
  font-size: 100%;
  text-align: center;

a {
color: rgb(200,200,200);
background-color: rgb(100,100,120);
border-radius: 5px;
border: outset 1px;
padding: 2px 2px;
text-decoration: none;
}

h1 {
  font-family: arial;
  color:  rgb(255,255,255);
}

h4 {
  font-family: arial;
  color: rgb(255,255,255);
}

td {
padding: 4px 20px;
}

