body {
  background-color: #FFF;
  margin: 0;
  padding-left: 10px;
  height: 100%;
  width: 100%;
  overflow: auto;
}

/*.wrapper {
  width: 99%;
  height: 100%;
  margin: 5px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0px 2px 7px #000;
  -moz-box-shadow: 0px 2px 7px #444;
  -moz-box-shadow: 0px 2px 7px #444;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}*/

hr {
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  border-style: solid; 
  border-color: #122197;
}

.source {
  padding-left: 10px;
}

.top {
  position: fixed;
  height: 25px;
  width: 100%;
  margin-left: -10px; /*to bring .top all the way to the left*/
  padding-top: 5px;
  padding-left: 10px;
  background-color: #DDFAF5;
  font-size: 90%;
}

.body {
  position: fixed;
  top: 30px;
  bottom: 0px;
  width: 100%;
  min-height: 250px;
  background-color: #FBF7F6;
  overflow: auto;
}

.bottom {
  position: fixed;
  width: 100%;
  bottom: -100px;
  height: 30px;
  background-color: #D3D3D3;
}

p {
  padding-top: 0px;
  padding-left: 10px;
  font-size: 95%;
}

a:link {
  color: #122197;
  text-decoration: none;
}
a:visited {
  color: #122197;
  text-decoration: none;
}
a:hover {
  color: #122197;
  background-color: #C3C8F7;
  text-decoration: none;
}
a:active {
    color: #122197;
    text-decoration: underline;
}

