Definition: A CSS or cascading style sheets style that is written in the head of the XHTML document. It affects only the elements on that page.
Pronunciation: Em bEd Ed stile (noun)
Also Known As: embedded CSS
Examples:
<style type="text/css">
p { color: #00f; }
</style>

