body {font-family: arial, verdana;}


td.color1 {background-color: rgb(0,88,158); padding-top: 2px; padding-bottom: 2px;}
td.color2 {background-color: rgb(255,190,0); padding-top: 2px; padding-bottom: 2px;}
td.color3 {background-color: rgb(144,144,144); padding-top: 2px; padding-bottom: 2px;}


a.joe1:link { color: white; text-decoration: none}  
a.joe1:active{ color: white; text-decoration: none }  
a.joe1:visited{ color: white; text-decoration: none }  
a.joe1:hover{ color: gray;  text-decoration: none }
   
a.joe2:link { color: black; text-decoration: none }  
a.joe2:active { color: black; text-decoration: none }  
a.joe2:visited { color: black; text-decoration: none }  
a.joe2:hover { color: gray; text-decoration: none }
   
a.joe3:link { color: rgb(0 88 158); text-decoration: none }  
a.joe3:active { color: rgb(0 88 158); text-decoration: none }  
a.joe3:visited { color: rgb(0 88 158); text-decoration: none }  
a.joe3:hover { color: gray; text-decoration: none }
     
a.joe4:link { color: rgb(255 190 0); text-decoration: none }  
a.joe4:active { color: rgb(255 190 0); text-decoration: none }  
a.joe4:visited { color: rgb(255 190 0); text-decoration: none }  
a.joe4:hover { color: gray; text-decoration: none }
