body {
    margin: 0px;
    background: #ccc;
    color: #fff;
    font-family: sans-serif;
}

#topbar {
    padding: 1em;
    background: #fff;
    color: #000;
    /*width: 100vh;*/
    height: auto;
}

#linkbar {
    background: #222;
    color: #fff;
    padding: 0.5em 1em;
}
#linkbar a {
    text-decoration: none;
    color: #fff;
}
#linkbar a:hover {
    text-decoration: none;
    color: #ccc;
}

#topright {
    padding-left: 1em;
    display: inline-block;
    vertical-align:top;
    /*background: #ccf;*/
}

/*
#bottomtext {
    position: absolute;
    bottom: 0;
    left: 0;
 }
*/

#topimg {
  height: 15em;
  display: inline-block;
}

a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #666;
    text-decoration: underline;
}
