.header{
color: rgb(0,0,255);
cursor:pointer;
}
.header:hover{
text-decoration: underline;
}
.headerSortUp{
background-color: rgb(255,120,120);
}
.headerSortDown{
background-color: rgb(120,255,120);
}
a{
font-weight: bold;
text-decoration: none;
color: rgb(255,0,0);
cursor: pointer;
}
a:hover{
text-decoration: underline;
}
.exit{
font-weight: bold;
text-decoration: none;
color: rgb(0,0,0);
}
