@charset "utf-8";
/* CSS Document */
html {
    min-height: 100%;
}
body {    
    margin: 8px;
    min-height: 100vh;
    font-family: "Times New Roman", Times, serif;
    font-size: medium;
	font-weight: normal;
    color: #000080;
	
    background-image: url("images/gettyimagewb.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.top {
    width: 90%;
    margin: 0 auto;
}
header {
	text-align: center;
}
header h1 {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-size: 2em;
    font-weight: bold;
}
header h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: bold;
}
nav {
    margin-top: 15px;
}
a {
	color: #800080;
}
a:visited {
    color: #551A8B;
}
table {
    width: 90%;
    border-collapse: separate;
    border-spacing: 2px;
    font-family: "Times New Roman", Times, serif;
    font-size: medium;
    font-weight: normal;
    color: #000080;
}
footer {
    text-align: center;
}
