﻿a:visited {
    color: #D0992C;
}

a {
    color: #FFFFFF;
}

    a:hover {
        color: #D0992C;
    }

body {
    background-color: #242E3D;
    color: #C5C5BF;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-image: url("/images/bkgroundstripe.jpg");
    background-repeat: repeat-x;
}
