New screenshots
[emufront] / www / style.css
1 body { 
2         background-color: rgb(204, 255, 153); 
3         color: rgb(34, 139, 34);
4         font-family: arial, verdana, sans-serif;
5 }
6
7 a:link { color: rgb(47, 79, 79);  }
8 a:visited { color: rgb(47, 79, 79); }
9 a:hover { color: rgb(72, 61, 139); }
10 a:active { color: rgb(47, 79, 79); }