<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<svg:svg xmlns:svg="http://www.w3.org/2000/svg" version="1.1">
<svg:defs>
<svg:style type="text/css">
rect {fill: red}
</svg:style>
</svg:defs>
<svg:rect id="main" width="100" height="100"/>
</svg:svg>
</body>
</html>