h1           { font-family: Times New Roman; font-size: .75em; font-variant: small-caps;                text-transform: capitalize }h3           { font-family: Times New Roman; font-size: 12pt; }p            { font-family: Times New Roman; font-size: 10pt }pre          { background-color: white; border: 2 inset #800080 }body         { font-family: Times New Roman; background-color: white}/*This is the styling for the navigation bar */#navcontainer {    z-index: -1 }#navcontainer a { text-decoration: none;}#navcontainer ul{padding: 0; margin: 0; list-style-type: none; position: relative;z-order: 1}#navcontainer li { display: inline;}/*1st level elements, changing the color of the background changes the color of the whole bar*/#navcontainer ul{border-top: 1px solid #36c; border-bottom: 3px solid #36c; background-color: #000; padding: 2px 0; margin-bottom: 2em;}#navcontainer li { margin: 0 0 0px; }#navcontainer ul a,#navcontainer ul a:link,#navcontainer ul a:visited {/* These are the list items. Changing these colors changes the buttons*/background-color: #000; border: 1px solid #000; color: white; padding: 0px 5px;}#navcontainer ul a:hover,#navcontainer ul a:focus{background-color: #9CD4F7; border: 1px solid black; color: black;}/*current Link 9CD4F7*/#navcontainer ul a#current, #navcontainer ul a#current:link,#navcontainer ul a#current:visited { font-weight: bold;}/*Second and subsequent levels*/#navcontainer ul ul{font-size: 80%; position: absolute; top: 23px; left: 0; width: 100%; border-top: none; background-color: #95B1BB;}#navcontainer ul ul li { display: inline;}#navcontainer ul ul a, #navcontainer ul ul a:link, #navcontainer ul ul a:visited{background-color: #95B1BB; border: 1px solid #95b1bb;color: black;}#navcontainer ul ul a:hover, #navcontainer ul ul a:focus{background-color: #9CD4F7;border: 1px solid black;color: black;}/*current Link*/#navcontainer ul ul a#subcurrent, #navcontainer ul ul a#subcurrent:link, #navcontainer ul ul a#subcurrent:visited { font-weight: bold; }