body {
    background-image: url(background.jpg);
    background-size: cover;
    background-attachment: fixed ;
    background-repeat: no-repeat;
}

section#PageTitle th {
    font-size: 500% ;
    font-variant-caps: small-caps ;
    color: white ;   
}

h2 {
    color: white ;
}


table {
    margin-left: auto ;
    margin-right: auto ;
}

table#tableofcontents th {
    color: white ;
    font-size: 250% ;
    font-variant-caps: titling-caps ;
    table-layout: auto;
}

h1 {
    font-family: "Century Gothic", "Georgia", serif ;
}

table#navigationtable th {
    font-variant-caps: small-caps ;
    font-size: 150% ;
    background-color: antiquewhite ;
}

table#navigationtable a {
    color: black ;
}

p {
    margin-left: 15em ;
    margin-right: 15em ;
    font-size: 150% ;
    color: white ;
}

section#bio pre {
    margin-left: 15em ;
    margin-right: 15em ;
    font-size: 150% ;
    color: white ;
}

section#bio a {
    color: white ;
}

h2 {
    font-size: 300% ;
    font-style: italic
}

hr {
    margin-left: 15em ;
    margin-right: 15em ;
}

h3 {
    font-size: 200% ;
    color: white ;
    margin-left: 5em ;
}

td {
    color: white ;
    font-size: 150%
}

section#resume table {
    margin-left: 12em ;
    padding-left: 10em ;
    padding-right: 10em ;
    border-spacing: 1em;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

section#gallery p {
    font-style: italic ; 
    text-align: center ;
}

pre {
    color: white ;
    font-size: 150% ;
}
