BODY {
    color: silver;
    background-color: #13243e;
    width: auto;
    height: auto;
    font-family: Arial
    }
A {
    color: #429ec1
    }
H1 {
    color: #005373;
    font-weight: lighter
    }
H3 {
    color: #acacac;
    font-weight: lighter;
    margin-bottom: 1px
    }
H4 {
    color: #007393;
    font-weight: normal;
    width: auto;
    height: auto;
    font-size: 25px
    }
H5 {
    font-size: 22px;
    font-weight: lighter
    }
INPUT {
    color: silver;
    background-color: #274a7e
    }
TEXTAREA {
    color: silver;
    background-color: #274a7e
    }
A:hover {
    color: aqua
    }
A:active {
    color: aqua
    }