/* All */
h2 {
    text-decoration: none;
    color: gold;
    font-size:x-large;
    font-family: sans-serif;
    font-weight: bold;
}

h3 {
    text-decoration: none;
    color: gold;
    font-size:large;
    font-family: sans-serif;
    font-weight: bold;
}

p {
    text-decoration: none;
    color: white;
    font-size:medium;
    font-family: sans-serif;
}