a:link { color: #7D55C7; }
a:visited { color: #7D55C7; }
a:active { color: #000000; }
a:hover { color: #000000; }

.top-banner a:link {
    color: #000000;
    text-decoration: none;
}

.top-banner a:hover {
    color: #ffffff;
    background-color: white;
    text-decoration: none;
}

.top-banner a:visited {
    color: #000000;
    text-decoration: none;
}

.top-banner a:active {
    color: #ffffff;
    background-color: white;
    text-decoration: none;
}

.menu-banner a:link {
    color: #000000;
    text-decoration: none;
}

.menu-banner a:visited {
    color: #000000;
    text-decoration: none;
}

.menu-banner a:hover {
    color: #ffffff;
    background-color: #7D55C7;
    text-decoration: none;
}

.menu-banner a:active {
    color: #ffffff;
    background-color: #7D55C7;
    text-decoration: none;
}

.menu-banner th {
    background-color: white;
}

.menu-banner {
    border-top-color: #7D55C7;
    padding-top: 0px;
}

.theses {
    background-color: white;
}

#theses-bg {
    background-color: #7D55C7;
}

#theses-fg {
    color: #7D55C7;
}

.theses h2 {
    border-top-color: #7D55C7;
}

.theses h1 {
    color: #7D55C7;
    background-color: #ECE5EB;
    width: 100%;
    align: left;
    font-size: 26px;
    font-family: Helvetica;
}

