body {
    background: white;
    background-image: url('/banner/ps_neutral.png');
    font-family: "times new roman";
}

a {
    text-decoration: none;
    color: #82A7D7;
}

a:hover {
    text-decoration: line-through;
    color: white;
}

#stuff {
    margin-top: 7%;
    font-size: 15px;
    color: black;
    width: 638px;
    padding: 5px;
    height: 400px;
    text-align: center;
}

#left {
  float: left;
  background: white;
  height: 440px;
  width: 300px;
}

#left img{
    height: 440px;
    width: 300px;
    border: 3px double grey;
}

#right {
  background: white;
  float: right;
  height: 400px;
  width: 290px;
  padding: 20px;
  border: 3px double grey;
  text-align: left;

}

h1 {
    font-size: 25px;
    color: #A96DB3;
    font-style: italic;
    text-align: left;
}
