body, html{ 
    height: 98%;
    width: auto;
    margin: 0px;
    padding: 0px;
}

body { 
    font-family:"times new roman", "Times", serif;
    font-size: 15px;
    text-align: left;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 12px;
}

div{
    display: block;
}

a {
  color: black;
  text-decoration: none; /* no underline */
}

#menu {
    top: 0;
    width: 100%;
    border-bottom: 0.09em solid black;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1em;
    margin-left: 0px;
    background-color: #FFFEFA;
}

#top_right {
    position: fixed;
    top: 12px;
    right: 12px;
}

#date {
    position: fixed;
    top: 50vh;
    right: 12px;
}

#loc {
    position: fixed;
    bottom: 12px;
    right: 12px;
}

#page {
    position: fixed;
    top: 12px;
    right: 12px;
}

#corp{
    margin-top: 0.5em;
    background-color: #FFFFFC;
    display: block;
}

#expo img {
    max-width: 700px;
    max-height: 350px;
}

#work_menu img {
    max-height: 450px;
}

#work_menu img:hover {
    opacity: 90%;
}

#cond img {
    max-height: 650px;
}

#ard img {
    max-height: 650px;
}