@charset "utf-8";

hr { display: none; }

.sitename {display: none;}

/******
 *
 *
 */

body {
  background-color: #fffaee;
  color: black;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  text-align: justify;
  margin-left: 8%;
  margin-right: 8%;
  margin-bottom: 3%;
  padding: 0;
}

h1 {
  text-align: center;
}

h2 {
  background-color: #b2cde0;
  border: 1px solid black;
  padding: 2px 6px;
}

a {
  color: #005a9c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#bottom {
  margin-top: 3%;
  text-align: center;
}


/*
 *
 *
 *
 */


/* menu */


.footnotes {
  font-size: 80%;
}

/* footer */

.feet {
  font-size:80%;
  padding-left:4px;
  padding-top:16px;
}

/* divers */

table {
  border-style: solid;
  border-color: #8cacbb;
  margin: 10px 10px 10px 10px;
  border-collapse: collapse;
}

table * { 
  border-style:solid; /* Inside stuff */
  border-width:1px; 
  border-color: #8cacbb;
  border-collapse: collapse;
}
