a:link,
a:visited {
    color: cyan;
    text-decoration: none;
}

body {
    background-color: #30862D;
    background-image: url("../img/grass-bg.png");
    background-position: center;
    background-repeat: repeat;
    color: #FDE49A;
    font-family: sans-serif;
    font-size: 16px;
    margin: 0px;
}

hr {
    background-color: black;
    border-color: #EEB64D;
    border-style: solid none;
    border-width: thin;
    height: 4px;
}
