
html { font-size: 62.5%; font-family: arial, verdana, sans-serif; }
body{}

a:link, a:visited, a:hover, a:active, a:focus {font-size:0.8em; color:rgb(0,23,187); text-decoration: none; cursor:pointer; }
a:hover, a:active, a:focus {text-decoration: underline; color:rgb(108,126,255);}

table tr.normal{background-color:e1e1e1;}
table tr.wait{background-color:rgb(255,245,125);}
table tr.yes{background-color:rgb(4,187,0); color:#ffffff;}
	tr.yes a:link, tr.yes a:visited, tr.yes a:hover, tr.yes a:active, tr.yes a:focus{color:#ffffff;}
	/*a:link, a:visited, a:hover, a:active, a:focus {*/

table tr.no{background-color:rgb(187,0,0);}
	table tr.no a:link, tr.no a:visited, tr.no a:hover, tr.no a:active, tr.no a:focus{color:#ffffff;}
table tr.missing{background-color:e1e1e1;}