body {
    font-family: "Dejavu Sans";
    background-color: #222242;
    color: #dddddd;
    padding: 20px;
    //font-size: x-large;
}

a {
    color: lightblue;
}

a:visited {
    color: #B695C0;
}

a.link {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    border: 1px solid white;
    border-radius: 9px;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.link:hover {
    color: black;
    background-color: white;
}

.link-list {
    line-height: 50px;
}

h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

table { 
    border: none; 
    border-collapse: collapse; 
}
table tr {
    border-top: 1px solid #fff;
}
table tr:first-child {
    border-top: none;
}
table td { 
    border-left: 1px solid #fff; 
    padding: 5px;
}
table td:first-child { 
    border-left: none; 
}
