* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
body { margin: 0; padding: 0; }

p { font: 14px/50px 'Trebuchet MS', Arial, Tahoma; text-align: center; font-style: italic; border-top: 1px solid #000; }

/* allgemeine Links */ 
a:link, a:visited, a:active { color: #666; }
a:hover { text-decoration: none; color: #fff; background: #000; }