body {
    background: white;
}

header {
    background: radial-gradient(circle,#990000,#000000);
    text-align: center;
}

h1 {
    color: silver;
}

section {
    padding: 10px 10px 10px;
    background: navy;
}

.box {
    border: 3px gold solid;
    background: white;
}

table {
    border: none;
}
tr {
   border-bottom: 1px navy solid;	
}
th {
    border: none;
}

td {
    border: none;
}

header a {
    float: left;
    margin-left: 5px;
}

footer {
    background-color: black;
    color: silver;
    text-align: center;
}
