body{
    background-image: url('starfield.gif');
    background-size: repeat;


    height: 100vh;
    padding:0;
    margin:0;

	font-family:EHS;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:#CCFFFF;
        }

.center-div {
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 90%;
}

.content-div {
	height: 90%;
	width: 90%;
	position: absolute;
	top:0;
	left:5%;
}

h1 {
	color: #ffffcc;
}

h2 {
	color: #ccffcc;
}

h3 {
	color: #ffcccc;
}

@font-face { font-family: EHS; src: url('EHSMB.TTF'); }


        /* Place the bottombar at the bottom of the page, and make it stick */
.bottombar {
  background-color: #000000;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
}

/* Style the links inside the navigation bar */
a {
  color: #f2f2f2;
  text-decoration: none;
}

/* Change the color of links on hover */
a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
a.active {
  background-color: #04AA6D;
  color: white;
}

table {
  border: none;
  width: 100%;
}

td {
  text-align: center;
  width: 33%;
}
