
body {
    background-image: url("tile.gif");
    background-color: #FFD0B0;
    font-color: #000;
    font-family: 'Special Elite', 'Georgia', 'Palatino Linotype',  monospace;
}
a:link {
    color: #444;
    transition: 0.2s;
    text-decoration: none;
}
a:visited {
    color: #444;
    transition: 0.2s;
}
a:hover {
    transition: 0.2s;
    color: #505087;
}
ul {
    list-style: none;
    padding: 10;
}

div.areas {
    background: #e5e5e5;
    border: 3px solid #676767;
    border-radius: 4px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    top: 50%;
    left: 50%;
    padding: 5px;
    position: absolute;
    width: 200px;
    transition: .3s;
    box-shadow: 3px 3px 10px rgba(5, 5, 5, 0.3);
}
div.areas:hover {
    background: #f5f5f5;
    transition: .1s;
}
.area-header {
    color: #424242;
    text-align: center;
    font-size: 30px;
}
li.area-item {
    font-size: 23px;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 10px 10px;;
    text-decoration: none;
}
li.area-item {
}
