anonym (peinlich): border bei h1

Beitrag lesen

HTML CODE

<html>
<head>
<title>computer</title>

<link rel="stylesheet" type="text/css" href="lala.css">

</head>

<body>
<h1 id="rahmen">FUNKTIONSWEISE DES COMPUTERS</h1>
</body>
</html>

stylesheet:

body {
 font-family: Verdana, Arial, Helvetica;
 font-size: 9px;
 background-color:#CCCCCC;
 }

h1,h2,h3,h4 {
 color:#0000FF;
 font-style:italic;
 }

h3:first-letter {
 font-size:36px;
 color:#FFFF00;
 }

#farbe {
 color:#FF0000;
 }

#rahmen {
 border:5px, #FF00FF;
 }

#############################################
#############################################

um h1 will einfach kein border erscheinen!!!
was mach ich falsch :( ?