a.selectorlink{
    color: rgb(255,255,255);
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    margin: 1% 0% 0% 1%;
    display: block;
}
a.selectorlink:hover{
    color: rgb(0,0,0);
    background-color: rgb(255,255,255);
}

a#selectorback{
    cursor:pointer;
}

#secimg{
    position:relative;
    left:0px;
    top:0px;
}

#secimg img{
    position:absolute;
    left:0px;
    top:0px;
    display:none;
    cursor:pointer;
}

#seclinks{
    position:relative;
    left:768px;
    top:0px;
}