body,
input {
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 1.6;
    /* color: #363636; */
    color: #FFFFFF;
}

p {
    font-size: 1em;
    font-style: normal;
}

cap {
    font-size: .8em;
    font-style: normal;
    line-height: .5em;
    margin-bottom: 1.5;
}

blockquote {
    font-size: 1em;
    font-style: normal;
}

em {
    font-size: .9em;
    font-style: italic;
}

ul {
    margin: 0;
}

li {
    font-size: 1em;
    font-style: normal;
    margin-bottom: .4em;
    list-style: none;
}

h1 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
}

h2 {
    font-size: 1em;
    font-weight: normal;
    text-decoration: underline;
    margin-left: 3em;
}

h3 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    margin-left: 5em;
}

h4 {
    font-size: 1em;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #00ff00;
}

a:hover,
a:focus {
    display: inline;
    color: #0000ff;
    text-decoration: underline;
}

a:visited {
    /* color: #0000ff; */
    text-decoration: underline;
}