﻿/* unvisited link */
a:link {
    color:Black;
}

/* visited link */
a:visited {
    color: Black;
}

/* mouse over link */
a:hover {
    color: Gray;
}

/* selected link */
a:active {
    color: blue;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: url(/rc/img/top.png) no-repeat;
}