/*about.css*/
/*last updated Dec12 1515*/
html, body {
  padding: 0;
  margin: 0;
}

.page {
    background-image: url("http://www.geocities.ws/wplatt1372080/img/bground.gif");
}

#logo {
    display: block;
    margin: auto;
    width: 1200px;
    padding: 10px;
    text-align: center;
}

h3 {
    text-align: center;
}

#text a {
    color: darkblue;
}

#text {
    font-size: 20px;
    font-stretch: expanded;
    font-weight: 550;
    display: inline-block;
}

#img1 {
    float: right;
}

#img2 {
    float: left;
}

#nav1  {
    margin: auto;
    width: 1050px;
}

#justification {
    font-size: 18px;
    font-family: "Times New Roman";
    color: #441EBD;
}
