a:link {
    color:black;
    text-decoration:none;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}
a:active { 
    color:blue;
    text-decoration:none;
    font-size: 18px;
    font-weight: bold;
}
a:visited { 
    color:black ;
    text-decoration:none;
    font-size: 18px;
    font-weight: bold;
}
.links {
    margin: 1em;
    text-align: right;
}
.title {
    margin: 1em;
    font-size: 36px;
    font-weight: bold;
}
.subtitle {
    margin: 3em;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
body {
    background-color:#F5BB4F;
    color:black;
    font-family: Arial;
    left: 18px;
}
