@charset "UTF-8";
/* CSS Document */

#homepage {
        position: relative;
        left: 50px;
        top: 20px;
        height: 432px;
        width: 366px;
        text-align:left;
}
#exhibits {
        height: 452px;
        width: 300px;
        left: 55px;
        top: 22px;
        position: relative;
}
.text {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
a:link {
        color: black;
        text-decoration: none
}
a:active {
        color: black;
        text-decoration: none
}
a:visited {
        color: black;
        text-decoration: none
}
a:hover {
        color: grey;
        text-decoration: underline
}
