<style>
<!--

h2, span {
font: bold 18px verdana, sans-serif;
}
h2 {
position: relative;
color:  #000000; #6e6e6e;
line-height: 50%;
}
h2 span {
position: absolute;
top: -2px;
left: -2px;
color: #ffffcc;
}

h2#moz, span#moz {
font: bold 18px verdana, sans-serif;
}
h2#moz {
position: relative;
color:  #000000; #6e6e6e;
line-height: 50%;
}
h2 span#moz {
position: absolute;
top: -8px;
left: +60px;
color: #ffffcc;
}

-->
</style>