Sharp CSS Text

by panique

HTML

<body>
    <p>Die Taikonauten ist ein Kreativstudio für visuelle Kommunikation &ndash; wir arrangieren Marken und Produkte. Die digitale Onlinewelt interpretieren wir dabei als grenzenlosen Kosmos, der durch unser Verständnis von Innovation, effektivem Design und erfolgsorientierter Vermarktung um wertvolles Leben bereichert wird.</p>
    
</body>

CSS

body {
    background-color:#E6E6E6; 
    padding:30px;   
}

p {
    font-family: Arial;
    color: #333333;
    font-size: 12px;
    line-height: 1.6em;    
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}