body
{
    color: rgb(0, 0, 0);
    background-color: rgb(220, 220, 220);
    font-family: trebuchet ms;
    font-size: small;
}

a:hover { text-decoration:underline; color: blue; background:rgb(255,255,0); }

h5 {font-weight: bold; font-family: verdana; font-size: small; background-color: rgb(255,0,0); color: rgb(255,255,255);}
h4 {font-weight: bold; font-family: verdana; font-size: small; background-color: rgb(30,30,255); color: rgb(245,245,245);}
h3 {font-weight: bold; font-size: small}
h2 {font-weight: bold; font-size: medium}
h1 {
  font-weight: bold;
  font-family: verdana;
  background-color: #1e1e1e;
  color: #f5f5f5;
  font-size: x-large;
  line-height: normal;
  text-decoration: none;
  text-align: center;
} 

.custom { color: rgb(255,0,0); }
.greenBar {font-weight: bold; font-family: verdana; font-size: small; background-color: rgb(0,255,0); color: rgb(245,245,245);}
.redBar {font-weight: bold; font-family: verdana; font-size: small; background-color: rgb(255,30,30); color: rgb(245,245,245);}
p.legend { font-size: x-small; line-height: 100%; }

.button {
  border: 2px outset #666666;
  line-height: normal;
  background-color: #ffff66;
}

.button2 {
  border: 2px outset #666666;
  line-height: normal;
  background-color: #ffffff;
}

