		/*
C O L O R  P A L E T T E
TEAL : #2f8a9d
PINK : #d28ba5
PURPLE-GRAY : #414f6d (darkened #303a50)
OLIVE GREEN : #4e6d3b (darkened #3b522d)

O T H E R  C O L O R S
<h1-3>: #fffb96
*/

html { 
  background: teal;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1, h2, h3 {
  color: black;
  font-family: 'W95FA', sans-serif;
  font-weight: normal;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.HeaderLeft {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 72px;
}

.HeaderMiddle {
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 72px;
}

.HeaderRight {
  position: absolute;
  top: 0;
  left: 75%;
  width: 25%;
  height: 72px;
  margin: 7px 7px 0;
}

.BodyContainer {
  margin-top: 80px;
  padding: 20px 70px;
}

.Footer {
  width: 100%;
  left: 0;
  right: 15px;
  bottom: 0;
  text-align: center;
}

/*
.aboutwindow {
  background-image: url('images/win95blank.jpg');
  display: inline-block;
  background-size: 620px 461px;
  height: 281px;
  width: 620px;
  padding: 90px 0;
  font-family: 'W95FA'; 
}
*/