#lists2 th a {
    text-decoration : underline;
    color : #FF6666;
}

#lists2 th {
    width:10%;
}

#lists2 th, #lists2 td {
    white-space : nowrap;    
}

.listOfCurrentCourse {
    margin-top:10px;
    margin-bottom:10px;    
}

.courseOfHot {
    background-color: #FFFFAA;
}

.courseOfHot .courseOfHot {
    font-weight: bolder;
    color:red;
}

