body {
    font-family: Verdana;
    color: white;
    background-color: gray;
    background-image: url("images/spacefield.gif")
}
ul { 
}

a:link {
    color: white;
    text-decoration: underline;
}
a:visited {
    color: white;
    text-decoration: underline;
}

h1 {
    text-align:center;
    margin: 0em;
    border: 1px;border-style: solid; border-color: darkgray;
    padding: 1em;
    background-color:darkblue;
    font-size: 15;
}
ul.navbar {
    float: left;
    list-style-type:none;
    margin:0em;
    border: 1px;border-style: solid; border-color: darkgray;
    padding: 1em;
    height: 100%;
    color: white;
    background-color: darkblue;
}
ul.navbar li {
    font-weight: bold;
    line-height: 3;
    }

#NOMC-logo {width:10em;
}
div.first-section {
    padding-left: 14em;
}
#first-ul { 
    list-style: none; 
    text-indent: 0em;   
}


