@charset "UTF-8";

h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#links a {
    color: orange;
    overflow: auto;
}
#links a:hover {
    color: lightblue;
    text-decoration: none;
}
.modal {
    overflow: auto;
    color: #333;
}

#links img {
    width: 100px;
    height: 100px;
}

#section {
    margin-bottom: 10px;
}