body {
    font-size: medium;
    font-family: Helvetica, "Segoe UI", sans-serif;
    background-color: Azure;
    color: MidnightBlue;
}

#banner {
    text-align: center;
    font-size: x-large;
}

#email {
    text-align: center;
    font-size: large;
    font-family: Consolas, Courier, monospace;
}

#wholepage {
    width: 800px;
    margin: 0 auto;
}

#about {
    display: table-cell;
    vertical-align: middle;
}

.hr {
    margin-bottom: 5px;
    background-color: MidnightBlue;
    height: 1px;
}

#navbar {
    text-align: center;
    margin-bottom: 5px;
}

#navbar a {
    margin: 0px 15px;
    text-decoration: none;
}

a:link {
    color: #0000CD;
}

a:hover {
    background-color: #DCDCC6;
}

#picture {
    float: right;
}

#picturec {
    width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#pictureh {
    width: 561px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#details {
    display: table;
    width: 800px;
}

.section {
    font-weight: bold;
    font-size: large;
}

.subsection {
    font-weight: bold;
}

p {
    margin: 10px auto;
    margin-left: 5px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 10px 20px;   
}

table, td, th {    
    border: 2px solid black;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 5px;
}
