/* Staff */

body {
   background-color: #F5F5DC;
   color : #000000;
    font-family: times, roman, 'times new roman', serif,
    arial, helvetica, sans-serif;
    font-size: 1em;
    margin-left: 10%;
    margin-bottom: 10%;
    margin-right: 10%;
    margin-top: 3%;
}

a {
  color: #00C;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.89em;
}

a:link {
  color: #00C;
}

a:visited {
  color: #906;
}


a:hover {
  border-top: 1px inset;
  border-right: 2px inset;
  border-bottom: 1px inset;
  border-left: 1px inset;
  background-color: #FFA500;
  cursor: pointer;
  color: #FFF;
}

a:active {
  color: #000;
}


h2 {
    font-size: 1.7em;
    font-weight: bold;
    margin-top: 0%;
    text-align: center;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0%;
    text-align: center;
}

table { 
        background-color: #ADD8E6;
        border-collapse: separate;
        border-spacing: 6px;
        border: 3px solid white;
}

th {
       background-color: #FFDEAD;
       border: 3px ridge white;
}

td {  padding: 4px;
      border: 3px groove white; 
}

.center table {

 width: auto;

 margin-left: auto;

 margin-right: auto;

}
