Is there a way to more succinctly write CSS rules like these?
1)
th a, td.unsubmitted a, td.submitted a, td.graded_recent a, td.is_late a {
color:white
}
th a:hover, td.unsubmitted a:hover, td.submitted a:hover, td.graded_recent a:hover, td.is_late a:hover {
color: white;
font-weight: 1000;
text-shadow: 1px 1px #2D3B45;
}
.tooltip:hover .ttt_assignment, .tooltip:hover .ttt_status, .tooltip:hover .ttt_grade, .tooltip:hover .ttt_date {
visibility: visible;
}