/* 
    Created on : Jan 7, 2020, 6:34:08 PM
    Author     : ashleigh
    Purpose    : Stylesheet for webpage hosted at homesrv.ashleighhost.net
*/
body, p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    word-spacing: 0.4px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #ffcccc
}

code {
    font-family: monospace;
    font-size: 12px;
    word-spacing: 0.4px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

h1 {
    border: 2px solid DodgerBlue;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    letter-spacing: -0.1px;
    word-spacing: 0.4px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

h2 {
    border: 1px solid DodgerBlue;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 19px;
    letter-spacing: -0.1px;
    word-spacing: 0.4px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

h3 {
    border-bottom: 1px solid DodgerBlue;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    letter-spacing: -0.1px;
    word-spacing: 0.4px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

h4 {
    border-bottom: 1px solid DodgerBlue;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    letter-spacing: -0.1px;
    word-spacing: 0.4px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.headerbar {
    border-top: 3px dashed limegreen;
    border-bottom: 3px dashed limegreen;
    font-family: Verdana, Geneva, sans-serif;
    letter-spacing: -0.1px;
    word-spacing: 0.4px;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.editdate {
    border: 2px dashed #cc0066;
    font-family: Verdana, Geneva, sans-serif;
    letter-spacing: -0.1px;
    word-spacing: 0.4px;
    color: #000000;
    text-decoration: none;
    font-style: italic;
    font-variant: normal;
    text-transform: none;
}