﻿body {
    background-color: #1c262c;
    color: white;
    margin: 0 0 0 0;
    font-family: Arial, Helvetica, sans-serif;



}



/* unvisited link */
a:link {
    color:white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: goldenrod;
}

/* selected link */
a:active {
    color: goldenrod;
}