Hello, I just wanted to let you know that your website has a small font issue. In your main.css ( http://plasma-active.org/styles/main.css ) file on line 18, it says:
font-family: sans;
but should say:
font-family: sans-serif;
'sans' only worked on Linux (Ubuntu), and displayed Times New Roman on Windows. Sans-serif worked on Windows and Ubuntu; it seems to be the standard ( http://www.w3.org/TR/CSS2/fonts.html#sans-serif-def )

Cheers,
Drini