body, html {
	padding: 0;
	margin: 0;
	font-size: 13px;
  background-image: url("Images/stars.gif");
	color: black;
	font-family: 'Verdana', monospace;
	font-size: 14px;
	z-index:-10
}

.page {
	padding: 15px;
}

.header-image {
	height: 100px;
	position: relative;
}

.wrapper {
	margin: auto;
	margin-top: 2px;
	margin-bottom: 24px;
}

.image {
  position:relative;
  z-index: 4;
}

.content {
  position: relative;
  z-index: 0;
  filter: drop-shadow(-10px 10px rgb(0,0,0,.35));
  margin-left: auto;
  margin-right: auto;
  width: 870px;
}

.background {
  position: absolute; 
  z-index: 0;
  opacity: .25;
}

.window {
  position: relative;
  z-index:0;
  height:225px;
  width:150px;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(-6px 6px rgb(0,0,0,.25));
}

.icon{
    height:30px;
    width:30px;
    display: block;
    margin-left:auto;
    margin-right:auto;
  }
  
  .table{
  color:blue;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  border-spacing:30px;
  border-collapse:separate;
}

h1, h2, h3, h4, h5 {
	font-size: 14px;
}

h1 {
	border-bottom: 1px solid black;
}

h2 {
	border-bottom: 1px dotted black;
}

a {
	color: red;
}