/* DATEI: artikel.css */
body {background-color:#FFFFFF;}

h1 {font-family:Verdana,Arial,sans-serif; font-size:18px; font-weight:normal; }
h2 {font-family:Verdana,Arial,sans-serif; font-size:15px; font-weight:bold; }
h3 {font-family:Verdana,Arial,sans-serif; font-size:13px; font-weight:bold;}
p {font-family:Verdana,Arial,sans-serif; font-size:13px; font-weight:normal; line-height:17px }

a {font-family:Verdana,Arial,sans-serif; font-weight:normal;}
a:link {color:#0000FF; text-decoration:underline; }
a:visited {color:#0000FF; text-decoration:underline; }
a:active {color:#0000FF; text-decoration:none; }
a:hover {color: #FF0000; text-decoration: underline;}

