/* Note: this borows from the CSS for joesingo.co.uk */
body {
    font-family: "Segoe UI", "Helvetica", sans-serif;
    margin: 0 auto;
    padding: 1em;
    color: #555;

    max-width: 50em;
    line-height: 1.5;
}

h1, h2, h3, strong, b {
    color: #333;
}

h1, h2, h3 {
    margin: 0;
}

a {
    color: #6C8AA0;
}

a:hover {
    color: #D46385;
    text-decoration: none;
}

h1 a {
    text-decoration: none;
    color: #D46385;  /* link hover colour for header */
}

input[type=text] {
    outline: 0;
    border: 0.05rem solid #bcc3ce;
    padding: 0.5em;
}
input[type=text]:focus {
    border-color: #D46385;
}

.tag-p a {
    text-decoration: none;
}

ul {
    margin-top: 0;
}
