copyright © CSSPG, lud February 28 1999

for practical use of CSS
Imported CSS: @import used to call an external style sheet, used either in the <HEAD>...</HEAD> section, or in another external file.
More than one style sheet (or module) may be imported, but the @import declaration must be the first declaration in the style section or file.
<STYLE TYPE="text/css">
<!--
@import url(http://css.nu/path/style.css);
-->
</STYLE>