Small correction needed in CSS
		
		
				
				
		
			
				
					I think there needs to be a correction to the CSS
.bold_blue_large, .bold_blue_large:visited and .bold_blue_large:hover 
There should be an "a" infront of them like this:
a.bold_blue_large, a.bold_blue_large:visited
a.bold_blue_large:hover
Yes?
And also: right.tlp references the class "#tablerow2" but this doesn't exist in the CSS.  This should actually be
	Code:
	 #tablerow2 td {background-color:#yourcolorhere;color:#yourcolorhere}
  and 
	Code:
	#tablerow1 td {background-color:#yourcolorhere;color:#yourcolorhere}
 
				
			 
			
		 
			
				
			
			
				If it's not fun, stop doing it!
			
			
		 
	
Bookmarks