body
{   font-family:      Arial; Helvetica, sans-serif;
    background-image: url(images/bkgrnd_greydots.png);
    margin-top:       50px;
}

p
{   margin-top:       40px;
    font-size:        110%;
}

h1,h2,h3  
{ color:       Navy; 
  text-align:  center;   
  font-weigth: normal;
}

h1
{ font-size:  200%; }

h2
{ font-size:  180%; }

h3
{ font-size:  160%; }

table
{ align:   center;
  border:  3px solid black;
  padding: 10px;
  spacing: 10px;
}

table.green
{ font-size:        110%;
  font-weight:      bold;
  background:       teal;
  padding:          5px;
  spacing:          3px;
  border:           0px;
  border-collapse: collapse;
}

td.green,tr.green
{ padding:       5px;
  spacing:       0px;
  border:        3px solid white;
  text-align:    center;
}

a:link,a:visited,a:active
{ text-decoration: none; 
  color:           white; 
}


