@charset "utf-8";
/* CSS Document */

* {
    
}

body {
 font-family: Arial;
    color: #e8891f;
}

.shortnav li, .shortnav li a {
 font-size: 9pt;
    font-variant: small-caps;
    display: inline;
list-style-type: none;
padding-right: 20px;
    text-decoration: none;
   
}

.shortnav li a:visited {
        color: #e8891f;
}

.shortnav li a:hover {
        color: #714616;
}
