   
body {
         
        font-family: monospace;
    }



h3 {
   font-size: 16px; 
}

p strong {
     font-size: 12px;
}

p {
     font-size: 12px;
}

#headername{
    font-family: "elza", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    padding-left: 4px;
    
}

#personalsummary{
    font-family: "elza", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    line-height: 1.3;

}
.header{
    width: 100%;
    height: 45px;
    display: block;
    background: #ffffff; 
        
}

.innerheader{
    width: 98%;
    height: 100%;
    display: block;
    margin: 0 auto;
    
}

.logocontainer{
    height: 100%;
    display: table;
    float: left;
}

.logocontainer h1{
    color: black;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.navigation{
    float: right;
    height: 100%;
    padding-right: 8px;
    
}

.at{
    height: 100%;
    display: table;
    float: left;
    padding: 0 20px;
}
.at:last-child{
     padding-right: 0;
}
li.at{
    a {text-decoration: none; }
    height: 100%;
    display: table;
    float: left;
    padding: 0 20px;
    color: black;
    a:link { color: darkslategrey; } a:visited { color: black; } a:hover { color: darkslategray; } a:active { color: darkslategray; }
}