body {
    margin: 10px 10px 10px;

    background-color: #B6B6B4;
    background-image: linear-gradient( top, rgba(200, 200, 200, 0.9), rgb(255, 255, 255) ));

    /*Set page overall font and margin*/
    font-size: 100%;
}

img.topimg {
    position: fixed;
    top: 100px;
    right: 20px;
}

h1 {
    margin: 0px 0px 16px;
    border: 5px;
    border-color: black;
    border-style: solid;

    font-family: "Times New Roman";
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
}

h2 {
    margin: 0px 0px 16px;

    font-family: "Times New Roman";
    font-size: .8em;
    font-style: italic;
    font-weight: bold;
}

h3 {
    margin: 0px 0px 16px;

    font-family: "Times New Roman";
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}

p.p1 {
    margin: 0px 0px 13px 0px;

    font-family: "Times New Roman";
    font-size: .8em;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

h1, h2, h3 {
    text-align: center;
}

h1, h2, h3, p {
    line-height: normal;

    "Time New Roman"    font-variant: normal;
    font-family
}

/* unvisited link */
a:link {
    color: blue;
    font-family: "Times New Roman";
    font-size: 1.5em;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: orange;
}

/* selected link */
a:active {
    color: yellow;
}