body
  {
    background-color: gray;
    color: black;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
  }

h3
  {
    font-size: 110%;
    font-weight: normal;
    margin-top: 0px;
    text-decoration: underline;
  }

div.bio
  {
    height: 99%;
  }

div.biotext
  {
    position: absolute;
    background-color: #F4D4D4;
    left: 1%;
    width: 74%;
    height: 99%;
    overflow: auto;
    border-left: solid white 2px;
    border-top: solid white 2px;
    border-right: solid black 2px;
    border-bottom: solid black 2px;
  }

div.biolinks
  {
    position: absolute;
    background-color: #F5F5DE;
    color: black;
    right: 1%;
    height: 99%;
    width: 22.5%;
    overflow: auto;
    border-left: solid white 2px;
    border-top: solid white 2px;
    border-right: solid black 2px;
    border-bottom: solid black 2px;
  }

div.blog
  {
    background-color: #E8E8F8;
    margin-left: 1%;
    margin-right: 1%;
    border-left: solid white 2px;
    border-top: solid white 2px;
    border-right: solid black 2px;
    border-bottom: solid black 2px;
  }

a
  {
    text-decoration: none;
  }

a:hover
  {
    text-decoration: underline;
  }
