a {
    color: black;
}
/* unvisited link */
a:link {
    color: black;
}

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

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

/* selected link */
a:active {
    color: darkgrey;
}
body {
    font-family: Trebuchet MS,Helvetica,sans-serif;
    font-size: 12pt;
}

p#menu {
    text-align:center;
    font-weight: bold;
    font-size: 16pt;
}

p#menu>a {
    text-decoration: none;
}

div.main { 
    border-top: solid 1px black;
    margin-left: 10%;
    margin-right: 10%;
    padding: 25px;
}