I found a way to embed a CSS into another CSS, but it only works in IE. Does
anyone know a cross browser way of doing it? the IE specific code is below:
@import url(testcss1.css); .link2 { color: Black; text-decoration: none; };