table.exams { 
width: 100%;
 }

table.exams thead th 
{ 
background: black;
color: white;
border-bottom: solid 2pt white; 
}

table.exams thead th, table.exams td 
{ 
padding: 2pt 1pt 1pt 5pt;
}

table.exams td 
{ 
color: white; 
}

table.exams tr.row_odd td 
{ 
background: rgb(227,108,10);
}

table.exams tr.row_even td 
{ 
background: rgb(255,153,0); 
}

table.exams tr td a 
{ 
color: white; 
text-decoration: none; 
border: none;
}

table.exams a,
table.exams a:link,
table.exams a:visited 
{ 
text-decoration: none;
}

table.exams tr td a:hover 
{ 
text-decoration: underline;
}

