Drop Shadow Drop Shadow

Style Rules

<style type="text/css">
.text{font:bold 75px 'Times New Roman',serif;position:relative}
.dark{color:#009999; position:relative;top:5px;left:5px;z-index:2}
.shadow{color:#000000; position:absolute;top:2px;left:2px;z-index:1}
</style>

Body Elements

<div class="text">
<span class="shadow">Drop Shadow </span>
<span class="dark">Drop Shadow </span>
</div>