<style>
body {
    background-color: lightblue;
}
p {font: 12pt times;
   text-align:right;
   color: #000000; }

h1 {font: 14pt times;
    color: #000000;}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: gray;
}

/* selected link */
a:active {
    color: black;
}

font size="7" color="#000080"


</style>
