body{
    margin: 0;
}
h1{
    background-color: #3333ff;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin: 0px;
}
.menu {
    background-color: #3333ff;
    margin: 0px;
    text-align: center;
    padding: 10px;
}
.menubutton {
    color: white;
    text-decoration: none;
    text-align: center;
}
.menubutton:hover {
    color: white;
    text-decoration: underline;
}
.contentbox {
    background-color: #cccccc;
    padding: 1px 10px 10px 10px;
    margin: 0px auto;
    max-width: 800px;
    text-align: center;
}
.filelink {
    color: black;
    text-decoration: none;
	  margin: -10px;
	  padding: 10px;
	  display:inline-block;
	  width: 100%;
	  height: 100%;
}
.filelink:hover {
    color: black;
    text-decoration: underline;
	  margin: -10px;
	  padding: 10px;
	  display:inline-block;
	  width: 100%;
	  height: 100%;
}
table {
	  border: 0px;
	  margin: -5px;
	  border-spacing: 0;
}

td {
	  padding: 10px;
	  text-align: left;
}

th {
	  padding: 10px;
	  text-align: left;
	  border-bottom: 1px solid #aaaaaa;
}
.thover:hover {
	  background-color: #eeeeee;
	  border-left: 4px;
}

footer {
  width: 100%;
}

.footer-menu-outer {
    color: rgb(0, 0, 0);
    font-size: 10.6667px;
    line-height: 19.0667px;
    text-align: right;
    text-shadow: rgb(192, 192, 192) 3px 3px 7px;
}

.footer-menu {
    color: rgb(0, 0, 0);
    font-size: 10.6667px;
    line-height: 19.0667px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-right: 50px;
    text-align: right;
    text-shadow: rgb(192, 192, 192) 3px 3px 7px;
}

.footer-entry {
    color: rgb(0, 0, 0);
    display: inline;
    font-size: 10.6667px;
    line-height: 19.0667px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 20px;
    text-align: right;
    text-shadow: rgb(192, 192, 192) 3px 3px 7px;
}

.footer-link {
    color: rgb(80, 80, 80);
    cursor: pointer;
    font-size: 10.6667px;
    line-height: 19.0667px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: right;
    text-decoration: none;
    text-decoration-color: rgb(80, 80, 80);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-shadow: rgb(192, 192, 192) 3px 3px 7px;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: color;
    transition-timing-function: ease
}
