@import url("/common.css");

body {
    font-family: sans-serif;
    background-color: white;
    text-align: center;
}

div.img {
    float: none;
}

div.img img {
    border: 1px solid white;
}

div.img a:hover img {
    border: 1px solid blue;
}

#links {
    padding-top: 0.1em;
    text-transform: lowercase;
    font-weight: bold;
    color: gray;
    font-family: sans-serif;
}

a:link {color: black}
a:visited {color: black}
a:hover {color: blue}
a:active {color: black}
a {text-decoration: none;}
