scc validatoin

To Whom It May Concern:
	I've validated my page using your CSS validator.  I love it but I
just have one question. I get the following output from the web based
method.
It tells me that background-color isn't set in 3 lines of style.sss but as
you can see even based on the output of the page that there are values set.
Why is this?

Thank you for the help,
Isaac

		Warnings
		URI : http://www.xoltan.com/include/style.css
<http://www.xoltan.com/include/style.css> 
*	Line : 14 Level : 1 You have no color with your background-color :
.boxdata 
*	Line : 30 Level : 1 You have no color with your background-color :
select 
*	Line : 35 Level : 1 You have no color with your background-color :
body 
		URI : http://www.xoltan.com/index.php
<http://www.xoltan.com/index.php> 
*	Line : 36 Level : 1 You have no background-color with your color : A

*	Line : 37 Level : 1 You have no background-color with your color :
A:visited 
		Valid CSS informations
*	.smalldata { 
o	font-size : small; 
				} 
*	.boxtable { 
o	border : 1px solid black; 
				} 
*	.boxdata { 
o	border : 1px solid black; 
o	background-color : #f2f2f2; 
				} 
*	.dataLarge { 
o	height : 65px; 
o	width : auto; 
o	overflow : hidden; 
				} 
*	input , textarea , select { 
o	border : 1px solid black; 
o	background-color : #f2f2f2; 
				} 
*	body { 
o	background-color : #ffffff; 
o	margin : 0; 
				} 
*	A { 
o	text-decoration : none; 
o	color : #2851a4; 
				} 
*	A:visited { 
o	color : #2851a4; 
				} 
*	A:hover { 
o	text-decoration : underline; 
				} 

Received on Wednesday, 13 March 2002 17:01:56 UTC