<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Arial'; COLOR: #000000; FONT-SIZE: 10pt">
<DIV>I have begun experimenting with some CSS 3 effects , particularly box
rounding and box shadows. All of the example I see indicate that I have to use
css properties like:</DIV>
<DIV> </DIV>
<DIV>border-radius : 25px;</DIV>
<DIV>-moz-border-radius : 25px; /* Firefox 3.6 and earlier */</DIV>
<DIV>-moz-box-shadow : 10px 10px 5px #888888; /* Firefox 3.6 and earlier
*/</DIV>
<DIV>-webkit-box-shadow : 10px 10px 5px #888888;</DIV>
<DIV>box-shadow : 10px 10px 5px #888888;</DIV>
<DIV> </DIV>
<DIV>This causes problems with the W3C CSS validator connected to Oxygen. Is
there any way to validate these properties so that my CSS stylesheet does not
show errors?</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>Mark</DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>