body 
{
 margin-top:10px;
 margin-left:30px;
 margin-right:50px;
 font-size: 9pt;
}

/* unvisited link */
a:link {
    color: darkgreen;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: green;
    text-decoration: none;
}

/* mouse over link */
a:hover { 
    text-decoration: none;
    background-color: lightgray
}

/* selected link */
a:active {
    color: yellow;
    text-decoration: none;
}

<style>
h6{font-size:16px, font-weight:bold}
</style>


<style>
hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
</style>