﻿body {
    margin: 0;
    padding: 0;
    background-color:black;
    color: white;
    text-align: center;
}

/*** HOME ***/

fieldset.home {
    display: inline;
    font-family: Arial;
    font-size: xx-large;
}

fieldset.home legend {
    font-weight: bold;
}

fieldset.home ul{
    width: 250px;
    margin-right: 40px;
}

fieldset.home ul li {
    display: block;
}

fieldset.home ul li.selected {
    background-color: green;
}

fieldset.home ul li a {
    color: white;
    text-decoration: none;
}
