body {
    margin-left: 1%;
    margin-right: 1%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    background-color: #3d3d3d;
    color: #ffffff;
}

h1 {
    text-transform: uppercase;
}

/* urls */
a:link {
    color: orange;
    text-decoration: none;
}

/* Visited url */
 a:visited {
    color: orange;
    text-decoration: none;
 }

 /* mouse over url */
 a:hover {
    color: orange;
    font-weight: bold;
    letter-spacing: 3px;
    text-decoration: none;
 }
 /* Selected url */
 a:active {
    color: orange;
    text-decoration: none;
 }
