# extra.dm file
# You can add collection specific macros in here
# Lines starting with a '#' are comments.
# Remember to include the package declaration

package Style

# will be applied to all pages 
# add css style lines inside the style tags
_collectionspecificstyle_ {
<style type="text/css">
</style>
}

# add any javascript functions here
_collectionspecificscript_ { 
}