The type attribute in the <style> element identifies the type of media being used.
If the type attribute is not declared, it defaults to text/css.
Is there a performance cost (however small) for not declaring type="text/css" in the <style> element?