Little Error Inline CSS found in source code within the body or head
Move all inline style definitions to external files
Search engine crawlers ignore inline CSS. Excessive inline CSS can push actual content down in the HTML. Since search engine crawlers analyze only the first 100 Kbytes of the page, it is possible that the inline CSS will prevent the crawlers from analyzing any content. It is recommended that CSS be externally referenced.