/* DATEI: styles.css */

body { font-family:Arial,Helvetica,sans-serif; text-align:center; color:white; background-color:black; text:white}
iframe,h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial,Helvetica,sans-serif; color:white; background-color:black; text:white}

/* Links in weiss und ohne Dekoration */
a:link { color:white; text-decoration:none; }
a:visited { color:white; text-decoration:none; }
a:active { color:white; text-decoration:none; }

/* Bilder ohne Rand */
img,map { border:none; }