/*Formatvorlage nach CSS 1.0*/

/* Schriftart */
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,
blockquote,nobr,a,b,i,input,textarea,body { font-family:Arial,sans-serif; }

/* Schriftgröße */
a,p,ul,ol,li,div,td,th,address,blockquote,body { font-size:13px; }

/* Darstellung Text */
body { background-color:#000000; color:#ffffff; }

/* Darstellung der Links */
a:link    { color:#888888; text-decoration: none; }
a:visited { color:#888888; text-decoration: none;}
a:active  { color:#888888; text-decoration: none;}
a:hover   { color:#ffffff; text-decoration: underline; }

