
body {
background-color: rgb(12,70,130); 
color: LightSteelBlue; 
font-family: sans-serif;
font-size: 100%;
margin: 1em;
}

h1 {
font-size: 2em; 
margin-top: 3.5em; 
position: relative;
}

h2 {
font-size: 1.25em;
}

div {
text-align: justify;
margin-top: 1em;
}

a { 
text-decoration: none; 
}

a:link {
color: LightSteelBlue;
}
a:visited {
color: LightSteelBlue;
}
a:hover {
color: Lavender;
}
a:active {
color: LightSteelBlue;
}

.main-menu a span {
display: none;
}

.main-menu a:hover span {
display: block;
position: absolute;
font-size: 0.85em;
font-weight: normal;
color: LightSteelBlue;
bottom: 0;
left: 100%;
width: 50em;
}

.top-menu {
position: fixed;
top: -1.25em;
left: 22%;
width: 70%;
font-size: 1.1em;
z-index: 9
}

.top-menu div a {
color: rgb(1,45,94);
}

.top-menu div:hover a {
color: LightSteelBlue;
}

.top-menu div:hover a:hover {
color: Lavender;
}

table {
margin-left:auto; 
margin-right:auto; 
margin-top: 4em;
}

th {
padding-top: 3em;
}

td {
border-bottom: 0.1em solid;
}

.quote {
font-style: italic;
font-weight: bold;
margin-right: 2em;
margin-left: 2em;
}

input {
background-color: LightSteelBlue;
border-style: solid;
border-width: 0;
}

textarea {
background-color: LightSteelBlue;
border-style: solid;
border-width: 0;
}

