html,body{
    height: 100%;
    font-family: sans-serif;
    margin: 0px;
    width: 100%;
    min-height: 100%;
}

nav {background: #0193dc; padding: 5px;}

.orange {color:#e57819; background-color: white; padding: 5px; font-weight: bold;}

form {background: white; margin: 0px; padding: 10px;}

ul {list-style: none;
    padding:5px;
}

li {
    padding-left: 1em;
    text-indent: -.7em;
}
li::before {
    content: "> ";
    color: #e57819;
    font-weight: bold;
}

a:link {color:white; text-decoration: none;}
a:visited {color:white; text-decoration: none;}
a:hover {color:white; text-decoration: underline;}

header {background: white;color:#e57819; font-size: 1.5em; padding: 5px;}
header img{vertical-align: middle;}
footer {background: #aaa;color:white; padding: 5px; font-size: .75em;}

#info {font-family: monospace; font-size: .75em; padding: 2.5px}

section {
    margin-left: 5px;
}
