body {
    background-color: black;
    background-image:url('images/background.jpg');
    backgroung-size: cover;
    a { color:#66ccff } /* Globally */
    /* Each state */
    a:visited { text-decoration: none; color:#66ccff; }
    a:hover { text-decoration: none; color:#66ccff; }
    a:focus { text-decoration: none; color:#66ccff; }
    a:hover, a:active { text-decoration: none; color:#66ccff; }
    a {font-size: large; font-family: sans-serif; }
}

.table {
    width: 90%;
}

.orange-text {
    color: orange;
    text-align: center;
    font-size: x-large; font-family: sans-serif;
    text-decoration: underline;
}

.blue-line {
    width: 90%;
    height: 2px;
    background-color: blue;
    margin: 10px auto 0; /* Center the line horizontally and add spacing */
}
