saltun: kleineres css problem

Beitrag lesen

Hallo!

hallo alle miteinander, seit einiger zeit nervt mich ein kleineres problem, das ich bei verwendung einer externen css datei bekomme.
ich habe folgendes in der css datei zu stehen:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>
<title>CSS-Stylesheet</title>
<style type="text/css">
<!--
body {background-color:#cccccc;
      color:#444444;
    margin-left:0px;
   margin-top:0px; }
a:link {text-decoration:none; color:#444499; }
a:visited {text-decoration:none; color:#666699;}
a:hover {text-decoration:blink; color:#cc0000;}
a:active { text-decoration:underline; }

p {font-family:verdana, arial;
   font-size:12px;}
h1 {font-family:verdana, arial;
   font-size:18px;}
h2 {font-family:verdana, arial;
    font-size:15px;
  color:#cd0000;}
h3 {font-family:verdana, arial;
    font-size:15px;
  color:#cd0000;
  text-decoration:underline;}
h4 {font-family:verdana, arial;
    font-size:13px;
  font-weight:bold;
  text-decoration:underline;}
table {font-family:verdana, arial;}
th {font-size:14px;}
td {font-size:12px;}
li {font-family:verdana, arial;
   font-size:12px;}
-->
</style>
</head>

<body>

</body>

</html>

Schaut Dein externes Stylesheet tatsächlich so aus?

Grüße
saltun