#center {
    text-align: center;
}

th, td {
    padding-top: 9px;
    padding-bottom: 9px;
}

table {
    border-collapse: collapse;
    width: 55%;
}

hr {
    width: 75%;
    font-weight: bolder;
}

table, th, td {
    border: 2px solid;
    color: #fff;
}

#corner {
    border-radius: 25px;
    padding: 20px;
    width: 200px;
    height: 150px; 
}

body {
    background: rgb(34, 34, 34);
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a:link {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #f0f;
    text-decoration: bold;
}

a:active {
    color: rgb(205, 205, 205);
    text-decoration: none;
} 