Checking test_epubcssfix.epub
Checking test_epubcssfix.epub:EPUB/styles/stylesheet1.css for bad colors

found color: CurrentColor
Stripping out color: CurrentColor;  as it is a pleonasm
found color: rgba(0,240,0,0.9)
corrected block:

h2 { text-align: center; font-size: 150px; background-color: rgba( 240, 0, 240, 0.9 );
color: rgba(0,240,0,0.9); 
}
found color: rgb( 255, 0, 64)
corrected block:

h3 { text-align: center; background-color: rgb( 0, 255, 191 );
color: rgb( 255, 0, 64); font-size: 300pc 
}
found color: teal 
corrected block:

h4 { text-align: left; font-size: 0.5in; background-color: #800000;
color: teal 
}
found color: #a0a
corrected block:

h5 { text-align: left; background-color: #00aa00;
color: #a0a; 
}
found color: #a03300
corrected block:

h6 { text-align: left; background-color: #006da0;
color: #a03300; 
}
found color: hsl(90, 100%, 30%)
corrected block:

h1.title { text-align: center; background-color: hsl( 270, 100%, 30% );
color: hsl(90, 100%, 30%); 
}
found color: hsla(160, 80%, 80%, 0.9) 
corrected block:

p.author { text-align: center; background-color: hsl( 340, 80%, 80%, 0.90 );
color: hsla(160, 80%, 80%, 0.9) 
}
found color: #a090a0
corrected block:

p.date { text-align: center; background-color: #000000;
color: #a090a0
}
found color: #708070 
corrected block:

em, em em em, em em em em em { font-style: italic; background-color: #ffffff;
color: #708070 
}
test_epubcssfix.epub has foreground color without background color.
Checking test_epubcssfix.epub:EPUB/styles/stylesheet1.css for absolute font sizes
test_epubcssfix.epub has fixed font-size.
checking EPUB/nav.xhtml for style tag
checking EPUB/text/title_page.xhtml for style tag
checking EPUB/text/ch001.xhtml for style tag
Wrote test_epubcssfix_fixed.epub with corrected css
