body {
    background-color: #FFFFFF;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 24px;
}

p#maintitle {              /* This does what it says. THe main title is small caps and spaced lettering */
    font-family: Verdana,Geneva,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-variant: all-small-caps;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 10px;
    text-align: center;
}

.vignette {  /* this is for the main banner image - it feathers the image */
    width: 80%;
    border-radius: 20px;
    margin: 1em auto;
    box-shadow: 50px 50px 113px #FFFFFF inset,-50px -50px 110px #FFFFFF inset;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

p {
    padding-bottom: 1px; /* hardly seems worth it since <P> adds in spacing by default */
    padding-left: 30px;
    padding-right:30px;
}
