ul {
list-style-type: none;
}

#headerH1 {
text-align: center;
color: white;
}

#header {
position: fixed;
top: 0px;
left: 0px;
height: 100px;
width: 100%;
z-index: 3;
background-color: red;
color: blue;
font-family: Verdana;
text-align: center;
font-size: larger;
}

#links {
position: fixed;
top: 100px;
left: 0px;
width: 20%;
background-color: blue;
height: 100%;
z-index: 2;
text-align: center;
}

#main {
position: absolute;
top: 102px;
left: 20%;
width: 80%;
z-index: 1;
}

#archive_menu {
position: fixed;
top: 0px;
left: 0px;
z-index: 10;
visibility: hidden;
background-color: blue;
color: white;
}

#results {
position: fixed;
top: 0px;
left: 0px;
z-index: 10;
visibility: hidden;
background-color: blue;
color: white;
}

#corner {
position: fixed;
top: 0px;
left: 0px;
z-index: 10;
visibility: hidden;
background-color: blue;
color: white;
}

#pics {
position: fixed;
top: 0px;
left: 0px;
z-index: 10;
visibility: hidden;
background-color: blue;
color: white;
}

/* div {border: solid 2px blue } */

#parent {
position: absolute;
height: 100%;
width: 100%;
top: 0px;
left: 0px;
}

#archives {
visibility: hidden;
}

a:link {
color: white;
}

a:visited {
color: white;
}

a:hover {
color: gold;
border-left: solid 1px white;
border-right: solid 1px white;
}

a:active {
}

a {
text-decoration: none;
}
