Do you understand how CSS interact?
The first word is Cascade. That means the LAST definition read prevails.
You can always import (add files) ANY valid file type
Then you link Stylesheets to the (x)HTML (the link tool allows selection of which. those not selected are unlinked)
Note: class=<name> only works if there is a matching style defined
|