External CSS:CSS.css
var/html={"<link rel="stylesheet" type="text/css" href="CSS.css" /><html><head><title>Boot</title></head>\
<body><table border=1 width=100% cols=2><tr><td align=center width=100%>Boot who?</td></tr>"}
for(var/mob/M in world)
if(M.client)
html+="<tr><td align=left><a href='?src=\ref[M];action=boot'>[M.name]</a></td>"
html+="</table></body></html>"
src<<browse(html,"window=boot;size=200x300")
Problem description:for some reason its not applying my CSS what can i do to fix this?