﻿.manage {
    font-size: larger;
    text-align: right;
    margin-top: 50px;
    position: relative;
    cursor: pointer;
}

.manage a {
    font-size: 24px
}

.manage a:link {
    color: blue;
    text-decoration: none;
}

.manage a:active {
    color: red;
    text-decoration: none;
}

.manage a:visited {
    color: purple;
    text-decoration: none;
}

.manage a:hover {
    color: red;
    text-decoration: none;
}
